com.ibatis.db.sqlmap.value
Class DoubleValue

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

public class DoubleValue
extends BaseValue


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

DoubleValue

public DoubleValue()

DoubleValue

public DoubleValue(java.lang.Double value)

DoubleValue

public DoubleValue(double value)
Method Detail

getValue

public java.lang.Double getValue()

setValue

public void setValue(java.lang.Double value)