cmu.survey.objects
Class CheckboxListQuestionObject
java.lang.Object
cmu.survey.objects.QuestionObject
cmu.survey.objects.CheckboxListQuestionObject
public class CheckboxListQuestionObject
- extends QuestionObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckboxListQuestionObject
public CheckboxListQuestionObject()
getListAnswersTable
public java.lang.String getListAnswersTable()
- Returns:
setListAnswersTable
public void setListAnswersTable(java.lang.String string)
- Parameters:
string
-
getType
public java.lang.String getType()
- Returns:
setType
public void setType(java.lang.String string)
- Parameters:
string
-
getListWhere
public java.lang.String getListWhere()
- Returns:
getQuestionChoices
public QuestionChoices getQuestionChoices()
- Returns:
setListWhere
public void setListWhere(java.lang.String string)
- Parameters:
string
-
getQuestionChoicesWithIDField
public QuestionChoicesWithIDField getQuestionChoicesWithIDField()
- Returns:
setQuestionChoicesWithIDField
public void setQuestionChoicesWithIDField(QuestionChoicesWithIDField field)
- Parameters:
field
-
isCheckedByDefault
public boolean isCheckedByDefault()
setCheckedByDefault
public void setCheckedByDefault(boolean checkedByDefault)
getPairOfQuestionChoicesAndIDs
public QuestionChoices.VectorPair getPairOfQuestionChoicesAndIDs()