com.ibatis.db.sqlmap.value
Class DateValue

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

public class DateValue
extends BaseValue


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

DateValue

public DateValue()

DateValue

public DateValue(java.util.Date value)
Method Detail

getValue

public java.util.Date getValue()

setValue

public void setValue(java.util.Date value)