org.identityconnectors.common
Class GUID

java.lang.Object
  extended by org.identityconnectors.common.GUID

public class GUID
extends Object

Create a globally unique identifier.

Since:
1.0
Version:
$Revision $
Author:
Will Droste

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

GUID

public GUID()
Method Detail

toString

public String toString()
Get the string version of the VMID.

Overrides:
toString in class Object
See Also:
Object.toString()

hashCode

public int hashCode()
Get the hashcode of the VMID.

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object o)
Returns true iff the value parameter is a GUID and the VMID is equal.

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


Copyright © 2012. All Rights Reserved.