public interface ChannelDayProgram
Modifier and Type | Method and Description |
---|---|
Channel |
getChannel()
Returns the channel of this day program.
|
Date |
getDate()
Returns the date of this day program.
|
boolean |
getLastProgramHadEndOnUpdate()
Gets the last program end time state on data update.
|
Program |
getProgram(String progID)
Returns the program object having the specified ID.
|
Program |
getProgramAt(int index)
Returns the program at the specified index.
|
int |
getProgramCount()
Gets the number of programs in this list.
|
Iterator<Program> |
getPrograms()
Returns an iterator containing all programms.
|
boolean |
isComplete()
Returns whether this channel day program is complete.
|
Channel getChannel()
Date getDate()
Program getProgram(String progID)
progID
- The ID of the wanted program.int getProgramCount()
Program getProgramAt(int index)
index
- The index of the wanted program.Iterator<Program> getPrograms()
boolean isComplete()
boolean getLastProgramHadEndOnUpdate()
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)