org.dawb.passerelle.actors.ui.config
Class StringValueBean

java.lang.Object
  extended by 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

Constructor Summary
StringValueBean()
           
StringValueBean(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getTextValue()
           
 int hashCode()
           
 void setTextValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringValueBean

public StringValueBean()

StringValueBean

public StringValueBean(java.lang.String value)
Method Detail

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