com.liferay.portal.kernel.util
Class BooleanWrapper

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

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

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.Class<?> TYPE
           
 
Constructor Summary
BooleanWrapper()
           
BooleanWrapper(boolean value)
           
 
Method Summary
 int compareTo(BooleanWrapper booleanWrapper)
           
 boolean getValue()
           
 void setValue(boolean 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

BooleanWrapper

public BooleanWrapper()

BooleanWrapper

public BooleanWrapper(boolean value)
Method Detail

compareTo

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

getValue

public boolean getValue()

setValue

public void setValue(boolean value)