com.unitesk.requality.core
Class DefaultUUIDGenerator

java.lang.Object
  extended by com.unitesk.requality.core.DefaultUUIDGenerator
All Implemented Interfaces:
IUUIDGenerator

public class DefaultUUIDGenerator
extends java.lang.Object
implements IUUIDGenerator


Constructor Summary
DefaultUUIDGenerator()
           
 
Method Summary
 java.util.UUID nextUUId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUUIDGenerator

public DefaultUUIDGenerator()
Method Detail

nextUUId

public java.util.UUID nextUUId()
Specified by:
nextUUId in interface IUUIDGenerator