|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgramDescription
Encapsulates the description of a program. One instance of ProgramDescription represents a static snapshot of the information about a single program.
The program descriptions may be relatively large. Implementations with limited memory resources should be careful not to ask for many descriptions at one time and not to keep references to descriptions longer than needed.
Method Summary | |
---|---|
MultilingualString |
getDescription(java.lang.String preferredLanguage)
Return the description of the program. |
java.util.Date |
getEndTime()
Return the end time for the program. |
MultilingualString |
getName(java.lang.String preferredLanguage)
Return the name of the program. |
java.util.Date |
getStartTime()
Return the start time for the program. |
Method Detail |
---|
MultilingualString getName(java.lang.String preferredLanguage)
preferredLanguage
- the preferred language for the name
MultilingualString getDescription(java.lang.String preferredLanguage)
preferredLanguage
- the preferred language for the description
java.util.Date getStartTime()
java.util.Date getEndTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |