|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.heckmansoft.surjey.model.vo.ValueObject
com.heckmansoft.surjey.model.vo.Section
com.heckmansoft.surjey.model.vo.lazy.LazySection
A section that follows the lazy pattern. Contains a list of questions. Questions are automatically retrieved from the section manager only when they are first accessed using getQuestions()
| Constructor Summary | |
LazySection(SectionManager manager)
Constructor |
|
| Method Summary | |
ValueObjectList |
getQuestions()
|
| Methods inherited from class com.heckmansoft.surjey.model.vo.Section |
compareTo, equals, getDescription, getPosition, getSurveyId, questionsIsNull, setDescription, setPosition, setQuestions, setSurveyId, 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 |
public LazySection(SectionManager manager)
manager - A section manager| Method Detail |
public ValueObjectList getQuestions()
getQuestions in class Section
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||