org.loom.converter.date
Class TimeAdapterFormat

java.lang.Object
  extended by java.text.Format
      extended by org.loom.converter.date.AbstractDateFormatAdapter<java.sql.Time>
          extended by org.loom.converter.date.TimeAdapterFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class TimeAdapterFormat
extends AbstractDateFormatAdapter<java.sql.Time>

Bridge between Yoda and java.sql.Time

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
java.text.Format.Field
 
Constructor Summary
TimeAdapterFormat()
           
 
Method Summary
protected  void formatImpl(java.sql.Time obj, java.lang.StringBuffer toAppendTo)
           
protected  java.sql.Time toResultClass(org.joda.time.DateTime dateTime)
           
 
Methods inherited from class org.loom.converter.date.AbstractDateFormatAdapter
format, getFormatter, parseObject, setFormatter
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeAdapterFormat

public TimeAdapterFormat()
Method Detail

formatImpl

protected void formatImpl(java.sql.Time obj,
                          java.lang.StringBuffer toAppendTo)
Specified by:
formatImpl in class AbstractDateFormatAdapter<java.sql.Time>

toResultClass

protected java.sql.Time toResultClass(org.joda.time.DateTime dateTime)
Specified by:
toResultClass in class AbstractDateFormatAdapter<java.sql.Time>