|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.purap.batch.service.impl.PurapRunDateServiceImpl.CutoffTime
protected class PurapRunDateServiceImpl.CutoffTime
Holds the hour, minute, and second of a given cut off time
Field Summary | |
---|---|
protected int |
hour
24 hour time, from 0-23, inclusive |
protected int |
minute
From 0-59, inclusive |
protected int |
second
From 0-59, inclusive |
Constructor Summary | |
---|---|
protected |
PurapRunDateServiceImpl.CutoffTime(int hour,
int minute,
int second)
Constructs a RunDateServiceImpl instance |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int hour
protected int minute
protected int second
Constructor Detail |
---|
protected PurapRunDateServiceImpl.CutoffTime(int hour, int minute, int second)
hour
- the cutoff hourminute
- the cutoff minutesecond
- the cutoff second
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |