grader.item
Class DueDate

java.lang.Object
  extended by grader.item.DueDate

public class DueDate
extends java.lang.Object

This displays the due date of the item.


Field Summary
protected  int day
           
protected  int month
           
protected  int year
           
 
Constructor Summary
DueDate()
          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

DueDate

public DueDate()
Default Constructor