|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.drugdev.remote.repository.NodeId
Simple class representing an ID of an Node
. Get an instance by using the fromString(java.lang.String)
static method. This object can be rendered as a String
using the toString()
method. Use this string then, in the fromString method. This provides a mechanism to persist the
id information and later construct an NodeId object using it.
Method Summary | |
boolean |
equals(java.lang.Object o)
|
static NodeId |
fromString(java.lang.String string)
Get an NodeId with the given String. |
int |
hashCode()
|
java.lang.String |
toString()
Get the string representation of this NodeId. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String toString()
fromString(String)
method to reconstruct this NodeId
public static NodeId fromString(java.lang.String string)
toString()
method.
string
- string representation of the id to contruct an NodeId with.
public boolean equals(java.lang.Object o)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |