|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.multi.communication.worldview.property.PropertyId
public class PropertyId
Unique Id for each SharedProperty in the world. PropertyId is dependent on WorldObjectId.
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
static PropertyId |
get(WorldObjectId objectId,
long id)
Returns a new PropertyId object. |
static PropertyId |
get(WorldObjectId objectId,
String name)
Returns a new PropertyId object. |
cz.cuni.amis.utils.token.Token |
getPropertyToken()
|
String |
getStringId()
|
WorldObjectId |
getWorldObjectId()
Returns id of the object, this property belongs to. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public WorldObjectId getWorldObjectId()
public cz.cuni.amis.utils.token.Token getPropertyToken()
public boolean equals(Object other)
equals in class Objectpublic String getStringId()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Object
public static PropertyId get(WorldObjectId objectId,
String name)
objectId - name -
public static PropertyId get(WorldObjectId objectId,
long id)
objectId - id -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||