private static class IndexHelper.EntityIndexKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
entity
DMO entity name
|
private boolean |
unique
Sort phrase
|
| Constructor and Description |
|---|
EntityIndexKey(java.lang.String entity,
boolean unique)
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 boolean unique
EntityIndexKey(java.lang.String entity,
boolean unique)
entity - DMO entity name.unique - Uniqueness flag.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)