com.generationjava.time
Class TimestampW

java.lang.Object
  |
  +--java.util.Date
        |
        +--com.generationjava.time.TimestampW
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public class TimestampW
extends java.util.Date

Provides useful functionality for a Timestamp

See Also:
Serialized Form

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

Constructor Detail

TimestampW

public TimestampW()

TimestampW

public TimestampW(java.lang.String str)
           throws java.lang.NumberFormatException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.util.Date


Copyright © 2000-2003 GenerationJava. All Rights Reserved.