grader.gradebook
Class Time

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

public class Time
extends java.lang.Object

Generic JavaDoc for Time


Field Summary
protected  int hour
           
protected  int minute
           
protected  int second
           
 
Constructor Summary
Time()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hour

protected int hour

minute

protected int minute

second

protected int second
Constructor Detail

Time

public Time()
Default Constructor