public interface IMendixIdentifier
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
short |
getEntityId() |
long |
getGuid()
Deprecated.
Use toLong() instead.
|
IMendixObject |
getObject() |
String |
getObjectType() |
short |
getObjectTypeHash()
Deprecated.
Use getEntityId() instead.
|
void |
setObject(IMendixObject object) |
long |
toLong() |
@Deprecated short getObjectTypeHash()
@Deprecated long getGuid()
String getObjectType()
long toLong()
short getEntityId()
IMendixObject getObject()
void setObject(IMendixObject object)
object
- the object to setObject clone() throws CloneNotSupportedException
CloneNotSupportedException