org.makumba.forms.html
Class ChoiceSet.Choice

java.lang.Object
  extended by org.makumba.forms.html.ChoiceSet.Choice
All Implemented Interfaces:
Serializable
Enclosing class:
ChoiceSet

public class ChoiceSet.Choice
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
(package private)  boolean forceDeselection
           
(package private)  boolean forceSelection
           
(package private)  String title
           
(package private)  Object value
           
 
Constructor Summary
ChoiceSet.Choice()
           
 
Method Summary
 String getTitle()
           
 Object getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

Object value

title

String title

forceSelection

boolean forceSelection

forceDeselection

boolean forceDeselection
Constructor Detail

ChoiceSet.Choice

public ChoiceSet.Choice()
Method Detail

getValue

public Object getValue()

getTitle

public String getTitle()

toString

public String toString()
Overrides:
toString in class Object