public interface Id
extends java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtId()
Returns the associated extId value
|
java.lang.String[] |
getKeyNames()
Returns all the key names
|
java.lang.Class[] |
getKeyTypes()
Returns all the key types
|
long |
getLongValue()
Returns the long Id value (for legacy behavior)
|
int |
getTypeId()
Returns the typeId (Entity Type), for legacy this optional
|
java.lang.Object |
getValue(java.lang.String string)
Returns the value of the given key
|
int getTypeId()
java.lang.String[] getKeyNames()
java.lang.Class[] getKeyTypes()
java.lang.Object getValue(java.lang.String string)
string
- long getLongValue()
java.lang.String getExtId()