com.primix.tapestry.record
Class ChangeKey
java.lang.Object
|
+--com.primix.tapestry.record.ChangeKey
- public class ChangeKey
- extends java.lang.Object
Used to identify a property change.
- Version:
- $Id: ChangeKey.java,v 1.5 2001/05/02 14:15:16 hship Exp $
- Author:
- Howard 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 the propertyName's hash code, xor'ed with the
componentPath hash code (if componentPath is non-null). |
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 the propertyName's hash code, xor'ed with the
componentPath hash code (if componentPath is non-null).
- Overrides:
hashCode
in class java.lang.Object