org.kuali.rice.kns.util
Class Guid

java.lang.Object
  extended by org.kuali.rice.kns.util.Guid

public class Guid
extends Object

This class wraps an OJB Guid so that it conforms to the format (and using the algorithm) described in RFC 4122 entitled " A Universally Unique IDentifier (UUID) URN Namespace"


Field Summary
private static String DIGITS
           
private  org.apache.ojb.broker.util.GUID guid
           
private static char HYPHEN
           
private  String stringValue
           
 
Constructor Summary
Guid()
           
 
Method Summary
static String toHex(byte b)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HYPHEN

private static final char HYPHEN
See Also:
Constant Field Values

DIGITS

private static final String DIGITS
See Also:
Constant Field Values

stringValue

private String stringValue

guid

private org.apache.ojb.broker.util.GUID guid
Constructor Detail

Guid

public Guid()
Method Detail

toHex

public static String toHex(byte b)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.