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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.util.Date
      extended byorg.scopemvc.util.DateTime
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public final class DateTime
extends java.util.Date

An empty marker subclass of java.util.Date that DateTimeStringConvertor 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:40 $

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

DateTime

public DateTime()

DateTime

public DateTime(long date)