Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class IntegerWrapper

java.lang.Object
  extended by com.liferay.portal.kernel.util.PrimitiveWrapper
      extended by com.liferay.portal.kernel.util.IntegerWrapper
All Implemented Interfaces:
Serializable, Comparable<IntegerWrapper>

public class IntegerWrapper
extends PrimitiveWrapper
implements Comparable<IntegerWrapper>

See Also:
Serialized Form

Field Summary
static Class<?> TYPE
           
 
Constructor Summary
IntegerWrapper()
           
IntegerWrapper(int value)
           
 
Method Summary
 int compareTo(IntegerWrapper integerWrapper)
           
 int decrement()
           
 int getValue()
           
 int increment()
           
 void setValue(int 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

IntegerWrapper

public IntegerWrapper()

IntegerWrapper

public IntegerWrapper(int value)
Method Detail

compareTo

public int compareTo(IntegerWrapper integerWrapper)
Specified by:
compareTo in interface Comparable<IntegerWrapper>

decrement

public int decrement()

getValue

public int getValue()

increment

public int increment()

setValue

public void setValue(int value)

Liferay 6.1.2-ce-ga3