org.hudsonci.utils.id
Class GUID

java.lang.Object
  extended by org.hudsonci.utils.id.GUID
All Implemented Interfaces:
ID

public class GUID
extends Object
implements ID

Globally Unique IDentifier; backed by UUID.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
GUID()
           
GUID(String value)
           
GUID(UUID value)
           
 
Method Summary
 boolean equals(Object obj)
           
 UUID getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GUID

public GUID(UUID value)

GUID

public GUID(String value)

GUID

public GUID()
Method Detail

getValue

public UUID getValue()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.