cmu.survey.objects
Class DatabaseFieldQuestionObject

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

public class DatabaseFieldQuestionObject
extends QuestionObject


Constructor Summary
DatabaseFieldQuestionObject(Answer theAnswer)
           
 
Method Summary
 
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

DatabaseFieldQuestionObject

public DatabaseFieldQuestionObject(Answer theAnswer)