|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--project1.Time
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 |
public int hour
public int minute
| Constructor Detail |
public Time()
public Time(int h,
int m)
h - hoursm - minutes
public Time(int h,
int m,
int s)
h - hoursm - minutess - seconds
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||