Package org.javlo.component.web2.survey
Class Response
- java.lang.Object
-
- org.javlo.component.web2.survey.Response
-
public class Response extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
int
getNumber()
boolean
isEquals(String val)
void
setLabel(String label)
void
setNumber(int number)
-