org.openfjord.business.entities.valueobjects
Class SurveyElementVO

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

public class SurveyElementVO
extends java.lang.Object
implements SurveyElement, java.io.Serializable

Title: openFJORD

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

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

SurveyElementVO

public SurveyElementVO(java.lang.String id)

SurveyElementVO

public SurveyElementVO()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: SurveyElement
Gets the name of the survey element

Specified by:
getName in interface SurveyElement
Returns:
the name

setName

public void setName(java.lang.String name)
Description copied from interface: SurveyElement
Sets the name of the survey element

Specified by:
setName in interface SurveyElement
Parameters:
name - the name

getParent

public SurveyElement getParent()
Description copied from interface: SurveyElement
Gets the parent survey element in the logical structure of the survey

Specified by:
getParent in interface SurveyElement
Returns:
the parent survey element

setParent

public void setParent(SurveyElement parent)
Description copied from interface: SurveyElement
Sets the parent survey element in the logical structure of the survey

Specified by:
setParent in interface SurveyElement
Parameters:
parent - the parent survey element

getId

public java.lang.String getId()
Description copied from interface: SurveyElement
Gets the survey element ID

Specified by:
getId in interface SurveyElement
Returns:
the ID


openFJORD Copyright © 2003 University of Muenster.