org.apache.tapestry.record
Class ChangeKey
java.lang.Object
|
+--org.apache.tapestry.record.ChangeKey
- public class ChangeKey
- extends Object
Used to identify a property change.
- Version:
- $Id: ChangeKey.java,v 1.1 2003/03/05 22:59:46 hlship Exp $
- Author:
- Howard Lewis Ship
ChangeKey
public ChangeKey(String componentPath,
String propertyName)
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
getComponentPath
public String getComponentPath()
getPropertyName
public String getPropertyName()
hashCode
public int hashCode()
- Returns a hash code computed from the
property name and component path.
- Overrides:
hashCode
in class Object