public interface Schedule
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<? extends Condition> |
getConditions()
Gets the conditions.
|
java.util.EnumSet<DayOfWeekType> |
getDays()
Gets the days.
|
java.util.Date |
getEndDate()
Gets the end date.
|
java.util.Date |
getEndTime()
Gets the end time.
|
java.lang.String |
getName()
Gets the name.
|
Playlist |
getPlaylist()
Gets the playlist (null if not assigned).
|
java.util.Date |
getStartDate()
Gets the start date.
|
java.util.Date |
getStartTime()
Gets the start time.
|
Template |
getTemplate()
Gets the template (null if not assigned).
|
java.lang.String getName()
Playlist getPlaylist()
Template getTemplate()
java.util.Date getStartDate()
java.util.Date getEndDate()
java.util.Date getStartTime()
java.util.Date getEndTime()
java.util.EnumSet<DayOfWeekType> getDays()
java.util.Iterator<? extends Condition> getConditions()