com.urbancode.anthill3.domain.property
Class PropertyInformation
java.lang.Object
com.urbancode.anthill3.domain.persistent.AbstractPersistentDependent
com.urbancode.anthill3.domain.property.PropertyInformation
- All Implemented Interfaces:
- PersistentDependent, PersistentDependentOwner, java.io.Serializable
public class PropertyInformation
- extends AbstractPersistentDependent
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PropertyInformation
public PropertyInformation(PropertyValue propertyValue,
java.lang.String description)
getPropertyValue
public PropertyValue getPropertyValue()
setPropertyValue
public void setPropertyValue(PropertyValue propertyValue)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object