public class OdiObjectId
extends java.lang.Object
| Constructor and Description |
|---|
OdiObjectId(java.lang.Class mType,
java.io.Serializable mInternalId)
Construct an instance of OdiObjectId
|
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
getInternalId()
Get the Internal ID of the object
|
java.lang.Class |
getType()
Get the Type of Object
|
void |
setInternalId(java.io.Serializable pInternalId)
Set the internal ID of the object
|
void |
setType(java.lang.Class pType)
Set the type of Object
|
public OdiObjectId(java.lang.Class mType,
java.io.Serializable mInternalId)
mType - mInternalId - public void setType(java.lang.Class pType)
Class - extends IOdiEntity> pType : Type of objectpublic java.lang.Class getType()
public void setInternalId(java.io.Serializable pInternalId)
Serializable - pInternalId Internal IDpublic java.io.Serializable getInternalId()