org.openfjord.business.domain
Interface ChoiceElement

All Known Implementing Classes:
ChoiceElementVO

public interface ChoiceElement

The interface for a choice-element item

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Copyright (c) 2003

Company: University of Muenster

Version:
1.0
Author:
Markus Pütz

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
 

Method Detail

getChoiceID

public java.lang.String getChoiceID()
Gets the choice-ID

Returns:
the choice-ID

getText

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

Returns:
the label

setText

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

Parameters:
text - the label


openFJORD Copyright © 2003 University of Muenster.