com.liferay.portal.kernel.util
Class LongWrapper

java.lang.Object
  extended by com.liferay.portal.kernel.util.PrimitiveWrapper
      extended by com.liferay.portal.kernel.util.LongWrapper
All Implemented Interfaces:
java.io.Serializable

public class LongWrapper
extends PrimitiveWrapper

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.Class<?> TYPE
           
 
Constructor Summary
LongWrapper()
           
LongWrapper(long value)
           
 
Method Summary
 long decrement()
           
 long getValue()
           
 long increment()
           
 void setValue(long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.Class<?> TYPE
Constructor Detail

LongWrapper

public LongWrapper()

LongWrapper

public LongWrapper(long value)
Method Detail

getValue

public long getValue()

setValue

public void setValue(long value)

increment

public long increment()

decrement

public long decrement()