Package org.javlo.component.web2.survey
Class SortSurvey.BothQuestion
- java.lang.Object
-
- org.javlo.component.web2.survey.SortSurvey.BothQuestion
-
- Enclosing class:
- SortSurvey
public class SortSurvey.BothQuestion extends Object
-
-
Constructor Summary
Constructors Constructor Description BothQuestion(Question q1, Question q2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMapKey()
Question
getQ1()
Question
getQ2()
Integer
getSelectQuestion()
int
hashCode()
void
setQ1(Question q1)
void
setQ2(Question q2)
void
setSelectQuestion(Integer selectQuestion)
-
-
-
Method Detail
-
getQ1
public Question getQ1()
-
setQ1
public void setQ1(Question q1)
-
getQ2
public Question getQ2()
-
setQ2
public void setQ2(Question q2)
-
getSelectQuestion
public Integer getSelectQuestion()
-
setSelectQuestion
public void setSelectQuestion(Integer selectQuestion)
-
getMapKey
public String getMapKey()
-
-