com.ibatis.db.sqlmap.value
Class BooleanValue

java.lang.Object
  extended bycom.ibatis.db.sqlmap.value.BaseValue
      extended bycom.ibatis.db.sqlmap.value.BooleanValue

public class BooleanValue
extends BaseValue


Field Summary
 
Fields inherited from class com.ibatis.db.sqlmap.value.BaseValue
value
 
Constructor Summary
BooleanValue()
           
BooleanValue(boolean value)
           
BooleanValue(java.lang.Boolean value)
           
 
Method Summary
 java.lang.Boolean getValue()
           
 void setValue(java.lang.Boolean value)
           
 
Methods inherited from class com.ibatis.db.sqlmap.value.BaseValue
equals, getKey, getResult, hashCode, setKey, setResult, setVal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanValue

public BooleanValue()

BooleanValue

public BooleanValue(java.lang.Boolean value)

BooleanValue

public BooleanValue(boolean value)
Method Detail

getValue

public java.lang.Boolean getValue()

setValue

public void setValue(java.lang.Boolean value)