| |
|
| java.lang.Object com.bostechcorp.cbesb.runtime.scheduler.StandardSchedule
getCronExpression | public CronExpression getCronExpression() throws Exception(Code) | | |
getDayOfMonth | public String getDayOfMonth()(Code) | | the dayOfMonth |
getDayOfWeek | public String getDayOfWeek()(Code) | | the dayOfWeek |
getHolidaySchedule | public String getHolidaySchedule()(Code) | | the holidaySchedule |
setDayOfMonth | public void setDayOfMonth(String dayOfMonth)(Code) | | Parameters: dayOfMonth - the dayOfMonth to set |
setDayOfWeek | public void setDayOfWeek(String dayOfWeek)(Code) | | Parameters: dayOfWeek - the dayOfWeek to set |
setHolidaySchedule | public void setHolidaySchedule(String holidaySchedule)(Code) | | Parameters: holidaySchedule - the holidaySchedule to set |
setHours | public void setHours(String hours)(Code) | | Parameters: hours - the hours to set |
setMinutes | public void setMinutes(String minutes)(Code) | | Parameters: minutes - the minutes to set |
setMonth | public void setMonth(String month)(Code) | | Parameters: month - the month to set |
setSeconds | public void setSeconds(String seconds)(Code) | | Parameters: seconds - the seconds to set |
|
|
|