cmu.survey.objects
Class JustTextQuestionObject

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

public class JustTextQuestionObject
extends QuestionObject


Constructor Summary
JustTextQuestionObject()
           
 
Method Summary
 java.lang.String getQuestion()
           
 void setQuestion(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

JustTextQuestionObject

public JustTextQuestionObject()
Method Detail

getQuestion

public java.lang.String getQuestion()
Returns:

setQuestion

public void setQuestion(java.lang.String string)
Parameters:
string -