org.jopendocument.util.convertor
Class DateTSConvertor

java.lang.Object
  extended by org.jopendocument.util.convertor.DateTSConvertor
All Implemented Interfaces:
ValueConvertor<java.util.Date,java.sql.Timestamp>

public class DateTSConvertor
extends java.lang.Object


Constructor Summary
DateTSConvertor()
           
 
Method Summary
 U convert(T o)
           
 T unconvert(U o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTSConvertor

public DateTSConvertor()
Method Detail

convert

public final U convert(T o)
Specified by:
convert in interface ValueConvertor<T,U>

unconvert

public final T unconvert(U o)
Specified by:
unconvert in interface ValueConvertor<T,U>