|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.kernel.util.PrimitiveWrapper
com.liferay.portal.kernel.util.IntegerWrapper
Field Summary | |
static java.lang.Class |
TYPE
|
Constructor Summary | |
IntegerWrapper()
|
|
IntegerWrapper(int value)
|
Method Summary | |
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 |
public static final java.lang.Class TYPE
Constructor Detail |
public IntegerWrapper()
public IntegerWrapper(int value)
Method Detail |
public int getValue()
public void setValue(int value)
public int increment()
public int decrement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |