org.openeai.uuid
Class Uuid


java.lang.Object

  |

  +--org.openeai.uuid.Uuid

Direct Known Subclasses:
RandomUuid

public abstract class Uuid
extends java.lang.Object

Version 4 UUID from the Draft spec (defacto standard of uuid/guid specs).

Version:
3.0 beta2 - 28 January 2003
Author:
Chris Barton

Field Summary
protected  java.lang.String m_data
           
 
Constructor Summary
Uuid()
           
 
Method Summary
protected abstract  void generateUuid()
           
protected  java.lang.String hexByte(int digit)
           
 java.lang.String toString()
          Returns the m_data instance variable which contains a random UUID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_data


protected java.lang.String m_data
Constructor Detail

Uuid


public Uuid()
Method Detail

toString


public final java.lang.String toString()
Returns the m_data instance variable which contains a random UUID.

Overrides:
toString in class java.lang.Object

generateUuid


protected abstract void generateUuid()

hexByte


protected java.lang.String hexByte(int digit)


Copyright © 2002, OpenEAI Software Foundation