public interface Schedule extends XMLizable
Modifier and Type | Field and Description |
---|---|
static int[] |
ALL_WEEK_LONG
Constant, entire week
|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
static java.util.Date |
END_OF_THE_DAY
constant, end of the day
|
static java.util.Date |
END_OF_TIME
Constant the end of time
|
static java.util.Date |
START_OF_THE_DAY
constant start of the day
|
static java.util.Date |
START_OF_TIME
Constant the beginning of time
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getOverallEndDate()
Returns the overall end date of this schedule
|
java.util.Date |
getOverallStartDate()
Returns the overall start date of this schedule
|
boolean |
isActive()
Checks to see if a schedule is active or not
|
boolean |
isActiveAsOf(java.util.Date theTime)
Checks to see if a schedule is active at a certain time
|
static final java.lang.String COPYRIGHT
static final java.util.Date START_OF_TIME
static final java.util.Date END_OF_TIME
static final java.util.Date START_OF_THE_DAY
static final java.util.Date END_OF_THE_DAY
static final int[] ALL_WEEK_LONG
boolean isActive()
boolean isActiveAsOf(java.util.Date theTime)
theTime
- the "certain time"java.util.Date getOverallStartDate()
java.util.Date getOverallEndDate()