org.apache.tapestry.record
Class ChangeKey

java.lang.Object
  extended by org.apache.tapestry.record.ChangeKey

public class ChangeKey
extends Object

Used to identify a property change.

Version:
$Id: ChangeKey.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship

Constructor Summary
ChangeKey(String componentPath, String propertyName)
           
 
Method Summary
 boolean equals(Object object)
           
 String getComponentPath()
           
 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(String componentPath,
                 String propertyName)
Method Detail

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