com.heckmansoft.surjey.model.vo
Class Survey
java.lang.Object
com.heckmansoft.surjey.model.vo.ValueObject
com.heckmansoft.surjey.model.vo.Survey
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- Direct Known Subclasses:
- LazySurvey
- public class Survey
- extends ValueObject
A survey.
Contains a list of sections.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Survey
public Survey()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String string)
getSections
public ValueObjectList getSections()
setSections
public void setSections(ValueObjectList sections)
sectionsIsNull
public boolean sectionsIsNull()
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class ValueObject
compareTo
public int compareTo(java.lang.Object other)
- Specified by:
compareTo in interface java.lang.Comparable- Overrides:
compareTo in class ValueObject
toString
public java.lang.String toString()
- Overrides:
toString in class ValueObject