cmu.survey.objects
Class TextAreaQuestionObject

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

public class TextAreaQuestionObject
extends QuestionObject


Constructor Summary
TextAreaQuestionObject()
           
 
Method Summary
 int getNumColumns()
           
 int getNumRows()
           
 void setNumColumns(int columns)
           
 void setNumRows(int rows)
           
 
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

TextAreaQuestionObject

public TextAreaQuestionObject()
Method Detail

getNumColumns

public int getNumColumns()

setNumColumns

public void setNumColumns(int columns)

getNumRows

public int getNumRows()

setNumRows

public void setNumRows(int rows)