public class ChangeKey extends java.lang.Object
Constructor and Description |
---|
ChangeKey(java.lang.String componentPath,
java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
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.
|
public ChangeKey(java.lang.String componentPath, java.lang.String propertyName)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public java.lang.String getComponentPath()
public java.lang.String getPropertyName()
public int hashCode()
hashCode
in class java.lang.Object