edu.washington.cs.supple.beanlike
Class BeanlikeValueObject
java.lang.Object
edu.washington.cs.supple.rep.values.ValueObject
edu.washington.cs.supple.beanlike.BeanlikeValueObject
- All Implemented Interfaces:
- java.io.Serializable
- public final class BeanlikeValueObject
- extends ValueObject
ValueObject that contains a beanlike inside it...
- Author:
- dbc1
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BeanlikeValueObject
public BeanlikeValueObject(java.lang.Object beanlike,
BeanlikeValueDescriptor bvd)
getBeanlike
public java.lang.Object getBeanlike()
- Returns:
- the beanlike object backing this value object.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class ValueObject
hashCode
public int hashCode()
- Overrides:
hashCode in class ValueObject
toString
public java.lang.String toString()
- Overrides:
toString in class ValueObject