|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBasicProgramInfo
This interface is used to access basic program informations.
The following interfaces extend from this interface. The table below shows which program-related informations are provided by which interfaces.
| Program Informations | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Interface | Range | IBasicProgramInfo | Additional Informations | ||||||||||||
| Title | Sub |
Descr. | Category | Start Time | End Time | Series ID | Program ID | Channel Infos | Output Filters | Repeat | Air |
Stars | Recording Infos | ||
IRecorderNextProgramInfo |
[00,-1) | X |
X |
X |
X |
X |
X |
X |
X |
X |
- | - | - | - | - |
IRecorderProgramInfo |
[00,21) | X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
- |
IProgramInfo |
[00,-1) | X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
X |
| Method Summary | |
|---|---|
String |
getCategory()
Gets the category of the program. |
String |
getDescription()
Gets the program description. |
int |
getDuration()
Gets the duration for the program in minutes. |
Date |
getEndDateTime()
Gets the scheduled end of the program. |
String |
getFullTitle()
Gets the full title of the program. |
int |
getMinutesAfterMidnight()
Gets the the start time of the program in minutes after midnight. |
String |
getProgramID()
Get the program ID. |
String |
getSeriesID()
Gets the series ID of the program. |
Date |
getStartDateTime()
Gets the scheduled start of the program. |
String |
getSubtitle()
Gets the program subtitle. |
String |
getTitle()
Gets the program title. |
String |
getUniqueProgramId()
Generates a unique id for this program-info. |
boolean |
isValid()
Checks if the program object contains valid data. |
| Methods inherited from interface org.jmythapi.IVersionable |
|---|
getVersionNr |
| Method Detail |
|---|
String getTitle()
String getSubtitle()
String getFullTitle()
If a program has no subtitle, than this function is the same as getTitle(),
otherwise the returned full title is in the format "title - subtitle"
String getDescription()
String getCategory()
ComedyDate getStartDateTime()
Date getEndDateTime()
int getDuration()
-1 if unknown.int getMinutesAfterMidnight()
String getSeriesID()
String getProgramID()
boolean isValid()
true if the program contains valid data.String getUniqueProgramId()
This id has the format: [channel-id]_[program-start-time]
1000_20110719162900
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||