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

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

public class LazySurvey
extends Survey

A survey. Contains a list of sections.

See Also:
Serialized Form

Constructor Summary
LazySurvey(SurveyManager manager)
           
 
Method Summary
 ValueObjectList getSections()
           
 
Methods inherited from class com.heckmansoft.surjey.model.vo.Survey
compareTo, equals, getDescription, sectionsIsNull, setDescription, setSections, 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

LazySurvey

public LazySurvey(SurveyManager manager)
Method Detail

getSections

public ValueObjectList getSections()
Overrides:
getSections in class Survey