Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.util
Class Time  view Time download Time.java

java.lang.Object
  extended byjava.util.Date
      extended byorg.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.2 $ $Date: 2002/01/12 09:35:41 $

Field Summary
 
Fields inherited from class java.util.Date
 
Constructor Summary
Time()
           
Time(long date)
           
 
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()

Time

public Time(long date)