Package org.identityconnectors.common
Class GUID
java.lang.Object
org.identityconnectors.common.GUID
Create a globally unique identifier.
- Since:
- 1.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GUID
public GUID()
-
-
Method Details
-
toString
Get the string version of the VMID. -
hashCode
public int hashCode()Get the hashcode of the VMID. -
equals
Returns true if the value parameter is aGUID
and the VMID is equal.
-