public class EntityKey
extends java.lang.Object
| Constructor and Description |
|---|
EntityKey() |
EntityKey(java.lang.Class type,
java.lang.Object key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Returns equality.
|
java.lang.Object |
getKey()
Returns the key
|
java.lang.Class |
getType()
Returns the home value.
|
int |
hashCode()
Returns the hash.
|
void |
init(java.lang.Class type,
java.lang.Object key) |
java.lang.String |
toString() |
public EntityKey()
public EntityKey(java.lang.Class type,
java.lang.Object key)
public void init(java.lang.Class type,
java.lang.Object key)
public java.lang.Class getType()
public java.lang.Object getKey()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object