|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.openeai.OpenEaiObject
|
+--org.openeai.afa.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 |
addLog4jProperty, getAppName, getDebug, getFromAddr, getLog4jProperties, 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)
public int getHour()
public void setMinute(int minute)
public int getMinute()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||