Liferay 6.1.2-ce-ga3

com.liferay.util
Class SimpleCounter

java.lang.Object
  extended by com.liferay.util.SimpleCounter

public class SimpleCounter
extends Object


Constructor Summary
SimpleCounter()
           
SimpleCounter(long counter)
           
 
Method Summary
 long get()
           
 String getString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCounter

public SimpleCounter()

SimpleCounter

public SimpleCounter(long counter)
Method Detail

get

public long get()

getString

public String getString()

Liferay 6.1.2-ce-ga3