|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.identityconnectors.common.GUID
public class GUID
Create a globally unique identifier.
Constructor Summary | |
---|---|
GUID()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
Returns true iff the value parameter is a GUID and the VMID is
equal. |
int |
hashCode()
Get the hashcode of the VMID. |
String |
toString()
Get the string version of the VMID. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GUID()
Method Detail |
---|
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object o)
GUID
and the VMID is
equal.
equals
in class Object
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |