2003.09.15


jdc.java.sql
Class Date

java.lang.Object
  |
  +--java.util.Date
        |
        +--java.sql.Date
              |
              +--jdc.java.sql.Date
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable

public class Date
extends java.sql.Date

A wrapper class for java.sql.Date.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
Date(int year, int month, int day)
          Constructor for Date.
Date(long date)
          Constructor for Date.
 
Methods inherited from class java.sql.Date
getHours, getMinutes, getSeconds, setHours, setMinutes, setSeconds, setTime, toString, valueOf
 
Methods inherited from class java.util.Date
after, before, clone, compareTo, compareTo, equals, getDate, getDay, getMonth, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setMonth, setYear, toGMTString, toLocaleString, UTC
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Date

public Date(int year,
            int month,
            int day)
Constructor for Date.

Parameters:
year -
month -
day -

Date

public Date(long date)
Constructor for Date.

Parameters:
date -

2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.