|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.model.types.OrgModelEntityID
public class OrgModelEntityID
An Organisational Model entity ID.
Contains the guid and type and version of the entity.
©2012 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
OrgModelEntityID()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object aThat)
|
java.lang.String |
getEntityType()
The type of the entity (i.e. |
java.lang.String |
getGuid()
The GUID of the entity. |
int |
getVersion()
Version of the entity |
int |
hashCode()
|
void |
setEntityType(java.lang.String entityType)
The type of the entity (i.e. |
void |
setGuid(java.lang.String guid)
The GUID of the entity. |
void |
setVersion(int version)
Version of the entity |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrgModelEntityID()
| Method Detail |
|---|
public int getVersion()
public void setVersion(int version)
version - Version of the entity to setpublic java.lang.String getGuid()
public void setGuid(java.lang.String guid)
guid - The guid to set.public java.lang.String getEntityType()
public void setEntityType(java.lang.String entityType)
entityType - The entityType to set.public boolean equals(java.lang.Object aThat)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||