Liferay 6.0.5

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:
Serializable, Comparable<LongWrapper>

public class LongWrapper
extends PrimitiveWrapper
implements Comparable<LongWrapper>

See Also:
Serialized Form

Field Summary
static Class<?> TYPE
           
 
Constructor Summary
LongWrapper()
           
LongWrapper(long value)
           
 
Method Summary
 int compareTo(LongWrapper longWrapper)
           
 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 Class<?> TYPE
Constructor Detail

LongWrapper

public LongWrapper()

LongWrapper

public LongWrapper(long value)
Method Detail

compareTo

public int compareTo(LongWrapper longWrapper)
Specified by:
compareTo in interface Comparable<LongWrapper>

getValue

public long getValue()

setValue

public void setValue(long value)

increment

public long increment()

decrement

public long decrement()

Liferay 6.0.5