Liferay 6.2-ce-ga5

com.liferay.portal.tools.samplesqlbuilder
Class SequentialUUID

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

public class SequentialUUID
extends 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.


Constructor Summary
SequentialUUID()
           
 
Method Summary
static 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 String generate()

getSequentialUUID

public static SequentialUUID getSequentialUUID()

Liferay 6.2-ce-ga5