|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.cnri.do_api.EntityMap.Entity
public class EntityMap.Entity
Constructor Summary | |
---|---|
EntityMap.Entity()
|
Method Summary | |
---|---|
java.lang.String |
getAttribute(java.lang.String attributeName,
java.lang.String defaultVal)
Gets the value that is associated with the given attribute within this entity or defaultVal if there is no value associated with the given attribute. |
java.lang.String |
getID()
Return the identifier (handle) for this entity |
boolean |
hasID(java.lang.String id)
Returns true if this entity has the given ID |
void |
setAttribute(java.lang.String attributeName,
java.lang.String attributeVal)
Sets the value that is associated with the given attribute within this entity |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EntityMap.Entity()
Method Detail |
---|
public boolean hasID(java.lang.String id)
public java.lang.String getID()
public void setAttribute(java.lang.String attributeName, java.lang.String attributeVal)
public java.lang.String getAttribute(java.lang.String attributeName, java.lang.String defaultVal)
public 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 |