-
public class QuestionUi.ChoiceQuestions extends QuestionUi
-
-
Method Summary
Modifier and Type Method Description LonggetIndex()UnitsetIndex(Long index)IntegergetViewType()BooleangetRequiredToAnswer()UnitsetRequiredToAnswer(Boolean requiredToAnswer)StringgetWithTitle()UnitsetWithTitle(String withTitle)List<String>getOptions()UnitsetOptions(List<String> options)List<Integer>getSelections()UnitsetSelections(List<Integer> selections)LonggetTotalQuestions()UnitsetTotalQuestions(Long totalQuestions)BooleanisValid(Boolean isPoll)LonggetItemId()-
-
Method Detail
-
getViewType
Integer getViewType()
-
getRequiredToAnswer
Boolean getRequiredToAnswer()
-
setRequiredToAnswer
Unit setRequiredToAnswer(Boolean requiredToAnswer)
-
getWithTitle
String getWithTitle()
-
setWithTitle
Unit setWithTitle(String withTitle)
-
getOptions
List<String> getOptions()
-
setOptions
Unit setOptions(List<String> options)
-
getSelections
List<Integer> getSelections()
-
setSelections
Unit setSelections(List<Integer> selections)
-
getTotalQuestions
Long getTotalQuestions()
-
setTotalQuestions
Unit setTotalQuestions(Long totalQuestions)
-
-
-
-