|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelDayProgram
A list of the programs of one channel and one day.
Method Summary | |
---|---|
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(java.lang.String progID)
Returns the first 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. |
java.util.Iterator<Program> |
getPrograms()
Returns an iterator containing all programms. |
Program[] |
getPrograms(java.lang.String progID)
Returns all program objects having the specified ID. |
boolean |
isComplete()
Returns whether this channel day program is complete. |
Method Detail |
---|
Channel getChannel()
Date getDate()
Program getProgram(java.lang.String progID)
progID
- The ID of the wanted program.
Program[] getPrograms(java.lang.String progID)
progID
- The ID of the wanted programs.
int getProgramCount()
Program getProgramAt(int index)
index
- The index of the wanted program.
java.util.Iterator<Program> getPrograms()
boolean isComplete()
boolean getLastProgramHadEndOnUpdate()
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |