org.openfjord.business.entities.valueobjects
Class ChoiceElementVO

java.lang.Object
  |
  +--org.openfjord.business.entities.valueobjects.ChoiceElementVO
All Implemented Interfaces:
ChoiceElement, java.io.Serializable

public class ChoiceElementVO
extends java.lang.Object
implements ChoiceElement, java.io.Serializable

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Copyright (c) by Michael Lange 2003

Company: University of Muenster

Version:
1.0
Author:
Michael Lange
See Also:
Serialized Form

Constructor Summary
ChoiceElementVO(java.lang.String id)
           
 
Method Summary
 java.lang.String getChoiceID()
          Gets the choice-ID
 java.lang.String getText()
          Gets the label of a choice-element
 void setText(java.lang.String text)
          Sets the label of a choice-element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChoiceElementVO

public ChoiceElementVO(java.lang.String id)
Method Detail

getChoiceID

public java.lang.String getChoiceID()
Description copied from interface: ChoiceElement
Gets the choice-ID

Specified by:
getChoiceID in interface ChoiceElement
Returns:
the choice-ID

getText

public java.lang.String getText()
Gets the label of a choice-element

Specified by:
getText in interface ChoiceElement
Returns:
the label

setText

public void setText(java.lang.String text)
Sets the label of a choice-element

Specified by:
setText in interface ChoiceElement
Parameters:
text - the label


openFJORD Copyright © 2003 University of Muenster.