com.ibatis.db.sqlmap.value
Class FloatValue

java.lang.Object
  extended by com.ibatis.db.sqlmap.value.BaseValue
      extended by com.ibatis.db.sqlmap.value.FloatValue

public class FloatValue
extends BaseValue


Field Summary
 
Fields inherited from class com.ibatis.db.sqlmap.value.BaseValue
value
 
Constructor Summary
FloatValue()
           
FloatValue(float value)
           
FloatValue(java.lang.Float value)
           
 
Method Summary
 java.lang.Float getValue()
           
 void setValue(java.lang.Float 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

FloatValue

public FloatValue()

FloatValue

public FloatValue(java.lang.Float value)

FloatValue

public FloatValue(float value)
Method Detail

getValue

public java.lang.Float getValue()

setValue

public void setValue(java.lang.Float value)