org.apache.tapestry.record
Class ChangeKey

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getComponentPath()
           
 java.lang.String getPropertyName()
           
 int hashCode()
          Returns a hash code computed from the property name and component path.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeKey

public ChangeKey(java.lang.String componentPath,
                 java.lang.String propertyName)
Method Detail

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