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 StringgetMapKey()QuestiongetQ1()QuestiongetQ2()IntegergetSelectQuestion()inthashCode()voidsetQ1(Question q1)voidsetQ2(Question q2)voidsetSelectQuestion(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()
-
-