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 TypeMethodDescriptionint
compareTo
(BooleanWrapper booleanWrapper) boolean
getValue()
void
setValue
(boolean value)
-
Field Details
-
TYPE
-
-
Constructor Details
-
BooleanWrapper
public BooleanWrapper() -
BooleanWrapper
public BooleanWrapper(boolean value)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BooleanWrapper>
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value)
-