|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.openwings.context.ContextDescriptor
This class defines the information that makes up a context descriptor.
| Constructor Summary | |
ContextDescriptor()
Default constructor |
|
ContextDescriptor(UniqueID context,
java.lang.String name)
This constructor sets the value of the relationship desciptor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
overrides default equals() method. |
UniqueID |
getContext()
This method returns the unique id of the context. |
java.lang.String |
getName()
This method returns the name of the context. |
int |
hashCode()
overrides default hashCode() method. |
void |
setContext(UniqueID contextID)
This method sets the unique id of the context. |
void |
setName(java.lang.String name)
This method sets the name of the context. |
java.lang.String |
toString()
overrides default toString() method. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ContextDescriptor()
public ContextDescriptor(UniqueID context,
java.lang.String name)
context - Id of the contextname - Name of the context| Method Detail |
public UniqueID getContext()
public void setContext(UniqueID contextID)
contextID - context Id of the platformpublic java.lang.String getName()
public void setName(java.lang.String name)
name - context namepublic boolean equals(java.lang.Object other)
equals() method.
public int hashCode()
hashCode() method.
public java.lang.String toString()
toString() method.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||