it.eng.spago.dbaccess.sql
Class TimestampDecorator

java.lang.Object
  extended byjava.util.Date
      extended byjava.sql.Timestamp
          extended byit.eng.spago.dbaccess.sql.TimestampDecorator
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

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, compareTo, 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()