it.eng.spago.dbaccess.sql
Class TimestampDecorator

java.lang.Object
  extended by java.util.Date
      extended by java.sql.Timestamp
          extended by it.eng.spago.dbaccess.sql.TimestampDecorator
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<java.util.Date>

public class TimestampDecorator
extends java.sql.Timestamp

See Also:
Serialized Form

Constructor Summary
TimestampDecorator(java.sql.Timestamp objectValue, java.lang.String stringValue)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.sql.Timestamp
after, before, compareTo, compareTo, equals, equals, getNanos, getTime, setNanos, setTime, valueOf
 
Methods inherited from class java.util.Date
after, before, clone, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, UTC
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimestampDecorator

public TimestampDecorator(java.sql.Timestamp objectValue,
                          java.lang.String stringValue)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.sql.Timestamp