grader.gradebook
Class Date

java.lang.Object
  extended by grader.gradebook.Date

public class Date
extends java.lang.Object

Generic JavaDoc for Date


Field Summary
protected  int day
           
protected  int month
           
protected  int year
           
 
Constructor Summary
Date()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

month

protected int month

day

protected int day

year

protected int year
Constructor Detail

Date

public Date()
Default Constructor