com.heckmansoft.surjey.model.vo.lazy
Class LazyQuestion

java.lang.Object
  extended bycom.heckmansoft.surjey.model.vo.ValueObject
      extended bycom.heckmansoft.surjey.model.vo.Question
          extended bycom.heckmansoft.surjey.model.vo.lazy.LazyQuestion
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class LazyQuestion
extends Question

A question. Contains a question type.

See Also:
Serialized Form

Constructor Summary
LazyQuestion(QuestionManager manager)
          Constructor.
 
Method Summary
 QuestionType getQuestionType()
           
 
Methods inherited from class com.heckmansoft.surjey.model.vo.Question
compareTo, equals, getAnswerLabels, getDisplaySize, getLabel, getPosition, getQuestionTypeId, getSectionId, questionTypeIsNull, setAnswerLabels, setDisplaySize, setLabel, setPosition, setQuestionType, setQuestionTypeId, setSectionId, toString
 
Methods inherited from class com.heckmansoft.surjey.model.vo.ValueObject
getId, getName, hashCode, setId, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LazyQuestion

public LazyQuestion(QuestionManager manager)
Constructor.

Parameters:
manager - A question manager
Method Detail

getQuestionType

public QuestionType getQuestionType()
Overrides:
getQuestionType in class Question