com.ibatis.db.sqlmap.value
Class SqlTimeValue

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

public class SqlTimeValue
extends BaseValue

User: clinton_begin Date: Jul 17, 2003 Time: 3:52:02 PM


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

SqlTimeValue

public SqlTimeValue()

SqlTimeValue

public SqlTimeValue(java.sql.Time value)
Method Detail

getValue

public java.sql.Time getValue()

setValue

public void setValue(java.sql.Time value)