Liferay 6.2-ce-ga5

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>

decrement

public long decrement()

getValue

public long getValue()

increment

public long increment()

setValue

public void setValue(long value)

Liferay 6.2-ce-ga5