cmu.survey.objects
Class TextQuestionObject

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

public class TextQuestionObject
extends QuestionObject


Constructor Summary
TextQuestionObject()
           
 
Method Summary
 int getNumColumns()
           
 void setNumColumns(int columns)
           
 
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

TextQuestionObject

public TextQuestionObject()
Method Detail

getNumColumns

public int getNumColumns()

setNumColumns

public void setNumColumns(int columns)