com.urbancode.anthill3.domain.property
Class PropertyInformation

java.lang.Object
  extended by com.urbancode.anthill3.domain.persistent.AbstractPersistentDependent
      extended by 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

Constructor Summary
PropertyInformation(PropertyValue propertyValue, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 PropertyValue getPropertyValue()
           
 int hashCode()
           
 void setDescription(java.lang.String description)
           
 void setPropertyValue(PropertyValue propertyValue)
           
 
Methods inherited from class com.urbancode.anthill3.domain.persistent.AbstractPersistentDependent
getDependentArray, getOwner, isDirty, registerDependent, removeDependent, resetState, setDirty, setDirty, setOwner
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyInformation

public PropertyInformation(PropertyValue propertyValue,
                           java.lang.String description)
Method Detail

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