project1
Class Time

java.lang.Object
  |
  +--project1.Time

public class Time
extends java.lang.Object

Time Class is used to give starting ending validation dates


Field Summary
 int hour
           
 int minute
           
 
Constructor Summary
Time()
           
Time(int h, int m)
          Constructor
Time(int h, int m, int s)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hour

public int hour

minute

public int minute
Constructor Detail

Time

public Time()

Time

public Time(int h,
            int m)
Constructor

Parameters:
h - hours
m - minutes

Time

public Time(int h,
            int m,
            int s)
Constructor

Parameters:
h - hours
m - minutes
s - seconds