public class BooleanWrapper
extends java.lang.Object
| Constructor and Description | 
|---|
| BooleanWrapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | booleanValue()Returns the boolean value | 
| java.lang.Boolean | getBool()Returns the Boolean value. | 
| void | setBool(java.lang.Boolean aBool)Sets the boolean value to the given value. | 
| void | setBool(java.lang.Integer aBool)Sets the boolean value to true if the aBool is 1, false if aBool is 0. | 
public void setBool(java.lang.Boolean aBool)
aBool - the value to be usedpublic void setBool(java.lang.Integer aBool)
aBool - the value to be usedpublic java.lang.Boolean getBool()
public boolean booleanValue()