org.scopemvc.util
Class Time

java.lang.Object
  |
  +--java.util.Date
        |
        +--org.scopemvc.util.Time
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public final class Time
extends java.util.Date

An empty marker subclass of java.util.Date that TimeStringConvertor is associated with in the default configuration. Whereas the java.util.Date datatype is associated with the DateStringConvertor.

Version:
$Revision: 1.3 $ $Date: 2002/09/05 15:41:46 $
Author:
Steve Meyfroidt
See Also:
Serialized Form

Constructor Summary
Time()
          Constructor for the Time object
Time(long date)
          Constructor for the Time object
 
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, toString, UTC
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Time

public Time()
Constructor for the Time object


Time

public Time(long date)
Constructor for the Time object

Parameters:
date - TODO: Describe the Parameter


Copyright © 2000-2002 The Scope Team. All Rights Reserved.