private static class IndexHelper.PropertyKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
entity
DMO entity name
|
private java.lang.String |
property
DMO property name
|
| Constructor and Description |
|---|
PropertyKey(java.lang.String entity,
java.lang.String property)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Override the default implementation.
|
int |
hashCode()
Override the default implementation.
|
private final java.lang.String entity
private final java.lang.String property
PropertyKey(java.lang.String entity,
java.lang.String property)
entity - DMO entity name.property - DMO property name.public int hashCode()
equals(Object).hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - Another instance of this class to compare with this one.true if o is equivalent to this
object, else false.Object.equals(java.lang.Object)