com.raritantechnologies.prefs
Class Choice
java.lang.Object
com.raritantechnologies.prefs.Choice
- All Implemented Interfaces:
- java.io.Serializable
- public class Choice
- extends java.lang.Object
- implements java.io.Serializable
Bean object that contains name / value of a user preferences "choice". Choice objects are
used by PreferencesBean to store a choice states for a user session.
Developed by
Raritan Technologies .
- Author:
- Glenn Robitaille
- See Also:
- Serialized Form
|
Constructor Summary |
Choice()
|
Choice(java.lang.String name,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Choice
public Choice()
Choice
public Choice(java.lang.String name,
java.lang.String value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
toString
public java.lang.String toString()