|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.adeptia.indigo.storage.TypedEntityId
public class TypedEntityId
Holds an entity type as registered in the mbeans-descriptor and the id in this format type:id
Constructor Summary | |
---|---|
TypedEntityId(java.lang.String typedId)
Constructor for TypedEntityId. |
|
TypedEntityId(java.lang.String id,
java.lang.String type)
Constructor for TypedEntityId. |
Method Summary | |
---|---|
java.lang.String |
getId()
Method to get entitiy id |
java.lang.String |
getType()
Method to get entitiy type |
void |
setId(java.lang.String string)
Method to set entitiy id |
void |
setType(java.lang.String string)
Method to set entitiy type |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TypedEntityId(java.lang.String id, java.lang.String type)
id
- entity typetype
- entity idpublic TypedEntityId(java.lang.String typedId)
typedId
- entity type:entity idMethod Detail |
---|
public java.lang.String getId()
public java.lang.String getType()
public void setId(java.lang.String string)
string
- entitiy idpublic void setType(java.lang.String string)
string
- entitiy typepublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |