|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.openfjord.business.entities.valueobjects.SurveyElementVO
Title: openFJORD
| Constructor Summary | |
SurveyElementVO()
|
|
SurveyElementVO(java.lang.String id)
|
|
| Method Summary | |
java.lang.String |
getId()
Gets the survey element ID |
java.lang.String |
getName()
Gets the name of the survey element |
SurveyElement |
getParent()
Gets the parent survey element in the logical structure of the survey |
void |
setName(java.lang.String name)
Sets the name of the survey element |
void |
setParent(SurveyElement parent)
Sets the parent survey element in the logical structure of the survey |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SurveyElementVO(java.lang.String id)
public SurveyElementVO()
| Method Detail |
public java.lang.String getName()
SurveyElement
getName in interface SurveyElementpublic void setName(java.lang.String name)
SurveyElement
setName in interface SurveyElementname - the namepublic SurveyElement getParent()
SurveyElement
getParent in interface SurveyElementpublic void setParent(SurveyElement parent)
SurveyElement
setParent in interface SurveyElementparent - the parent survey elementpublic java.lang.String getId()
SurveyElement
getId in interface SurveyElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||