Package com.liferay.portal.kernel.util
Class BooleanWrapper
Object
com.liferay.portal.kernel.util.PrimitiveWrapper
com.liferay.portal.kernel.util.BooleanWrapper
- All Implemented Interfaces:
Serializable,Comparable<BooleanWrapper>
- Author:
- Brian Wing Shun Chan
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(BooleanWrapper booleanWrapper) booleangetValue()voidsetValue(boolean value)
-
Field Details
-
TYPE
-
-
Constructor Details
-
BooleanWrapper
public BooleanWrapper() -
BooleanWrapper
public BooleanWrapper(boolean value)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<BooleanWrapper>
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value)
-