|
|||||||||||
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 | +--org.openfjord.business.entities.valueobjects.TextElementVO
Title: openFJORD
Description: open flexible online research designer
Constructor Summary | |
TextElementVO()
|
|
TextElementVO(java.lang.String id)
|
Method Summary | |
java.lang.String |
getText()
Gets the text of the text element |
void |
setText(java.lang.String text)
Sets the text of the text element |
Methods inherited from class org.openfjord.business.entities.valueobjects.SurveyElementVO |
getId, getName, getParent, setName, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openfjord.business.domain.SurveyElement |
getId, getName, getParent, setName, setParent |
Constructor Detail |
public TextElementVO(java.lang.String id)
public TextElementVO()
Method Detail |
public void setText(java.lang.String text)
TextElement
setText
in interface TextElement
text
- the textpublic java.lang.String getText()
TextElement
getText
in interface TextElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |