com.ibatis.db.sqlmap.value
Class SqlTimestampValue

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

public class SqlTimestampValue
extends BaseValue

User: clinton_begin Date: Jul 17, 2003 Timestamp: 3:52:58 PM


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

SqlTimestampValue

public SqlTimestampValue()

SqlTimestampValue

public SqlTimestampValue(java.sql.Timestamp value)
Method Detail

getValue

public java.sql.Timestamp getValue()

setValue

public void setValue(java.sql.Timestamp value)