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(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.
|
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.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)