com.liferay.portal.tools.samplesqlbuilder
Class SequentialUUID

java.lang.Object
  extended by com.liferay.portal.tools.samplesqlbuilder.SequentialUUID

public class SequentialUUID
extends java.lang.Object

A simplified UUID generator for sample SQL generation that generates UUID in a sequential order. This should not be used for any other purposes.

Author:
Shuyang Zhou

Constructor Summary
SequentialUUID()
           
 
Method Summary
static java.lang.String generate()
           
static SequentialUUID getSequentialUUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequentialUUID

public SequentialUUID()
Method Detail

generate

public static java.lang.String generate()

getSequentialUUID

public static SequentialUUID getSequentialUUID()