cmu.survey.objects
Class CheckboxListQuestionObject

java.lang.Object
  extended by cmu.survey.objects.QuestionObject
      extended by cmu.survey.objects.CheckboxListQuestionObject

public class CheckboxListQuestionObject
extends QuestionObject


Constructor Summary
CheckboxListQuestionObject()
           
 
Method Summary
 java.lang.String getListAnswersTable()
           
 java.lang.String getListWhere()
           
 QuestionChoices.VectorPair getPairOfQuestionChoicesAndIDs()
           
 QuestionChoices getQuestionChoices()
           
 QuestionChoicesWithIDField getQuestionChoicesWithIDField()
           
 java.lang.String getType()
           
 boolean isCheckedByDefault()
           
 void setCheckedByDefault(boolean checkedByDefault)
           
 void setListAnswersTable(java.lang.String string)
           
 void setListWhere(java.lang.String string)
           
 void setQuestionChoicesWithIDField(QuestionChoicesWithIDField field)
           
 void setType(java.lang.String string)
           
 
Methods inherited from class cmu.survey.objects.QuestionObject
getAnswer, getQuestionType, getTimeResponses, setAnswer, setQuestionType, setTimeResponses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckboxListQuestionObject

public CheckboxListQuestionObject()
Method Detail

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()