org.openfjord.business.entities.valueobjects
Class TextElementVO

java.lang.Object
  |
  +--org.openfjord.business.entities.valueobjects.SurveyElementVO
        |
        +--org.openfjord.business.entities.valueobjects.TextElementVO
All Implemented Interfaces:
java.io.Serializable, SurveyElement, TextElement
Direct Known Subclasses:
QuestionVO

public class TextElementVO
extends SurveyElementVO
implements TextElement, java.io.Serializable

Title: openFJORD

Description: open flexible online research designer

Version:
1.0
Author:
Ingo Düppe
See Also:
Serialized Form

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

TextElementVO

public TextElementVO(java.lang.String id)

TextElementVO

public TextElementVO()
Method Detail

setText

public void setText(java.lang.String text)
Description copied from interface: TextElement
Sets the text of the text element

Specified by:
setText in interface TextElement
Parameters:
text - the text

getText

public java.lang.String getText()
Description copied from interface: TextElement
Gets the text of the text element

Specified by:
getText in interface TextElement
Returns:
the text


openFJORD Copyright © 2003 University of Muenster.