|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openeai.OpenEaiObject
org.openeai.afa.TimeOfDay
public class TimeOfDay
This class is used to determine when on a given day a Schedule should execute. By hour and minute. The ScheduleRuntime object contains a list of these objects that are used to determine time(s) of day in which the Schedule should run.
| Field Summary |
|---|
| Fields inherited from class org.openeai.OpenEaiObject |
|---|
logger |
| Constructor Summary | |
|---|---|
TimeOfDay()
Constructor |
|
| Method Summary | |
|---|---|
int |
getHour()
Returns the hour of the day in which the Schedule should run. |
int |
getMinute()
Returns the minute of the hour in which the Schedule should run. |
void |
setHour(int hour)
Sets the hour of the day in which the Schedule should run. |
void |
setMinute(int minute)
Sets the minute of the hour in which the Schedule should run. |
| Methods inherited from class org.openeai.OpenEaiObject |
|---|
getAppName, getDebug, getFromAddr, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeOfDay()
| Method Detail |
|---|
public void setHour(int hour)
hour - int hour of the day (24 hour basis)public int getHour()
public void setMinute(int minute)
minute - int minute of the hour (60 minute basis)public int getMinute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||