org.dawb.passerelle.actors.ui.config
Class StringValueBean
java.lang.Object
org.dawb.passerelle.actors.ui.config.StringValueBean
- All Implemented Interfaces:
- java.io.Serializable
public class StringValueBean
- extends java.lang.Object
- implements java.io.Serializable
Vanilla class to act as a bean for a single value.
Not intended for external use.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
StringValueBean
public StringValueBean()
StringValueBean
public StringValueBean(java.lang.String value)
getTextValue
public java.lang.String getTextValue()
- Returns:
- Returns the value.
setTextValue
public void setTextValue(java.lang.String value)
- Parameters:
value
- The value to set.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object