org.apache.tapestry.record
Class ChangeKey
java.lang.Object
org.apache.tapestry.record.ChangeKey
public class ChangeKey
- extends java.lang.Object
Used to identify a property change.
- Author:
- Howard Lewis Ship
Constructor Summary |
ChangeKey(java.lang.String componentPath,
java.lang.String propertyName)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ChangeKey
public ChangeKey(java.lang.String componentPath,
java.lang.String propertyName)
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
getComponentPath
public java.lang.String getComponentPath()
getPropertyName
public java.lang.String getPropertyName()
hashCode
public int hashCode()
- Returns a hash code computed from the property name and component path.
- Overrides:
hashCode
in class java.lang.Object