com.liferay.portal.kernel.util
Class ShortWrapper

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

public class ShortWrapper
extends PrimitiveWrapper
implements java.lang.Comparable<ShortWrapper>

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.Class<?> TYPE
           
 
Constructor Summary
ShortWrapper()
           
ShortWrapper(short value)
           
 
Method Summary
 int compareTo(ShortWrapper shortWrapper)
           
 short decrement()
           
 short getValue()
           
 short increment()
           
 void setValue(short 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

ShortWrapper

public ShortWrapper()

ShortWrapper

public ShortWrapper(short value)
Method Detail

compareTo

public int compareTo(ShortWrapper shortWrapper)
Specified by:
compareTo in interface java.lang.Comparable<ShortWrapper>

decrement

public short decrement()

getValue

public short getValue()

increment

public short increment()

setValue

public void setValue(short value)