|
SageTV Platform V7.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsage.media.rss.RSSSyndicationModule
public class RSSSyndicationModule
Handler for Syndycation information.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
<channel> Elements:
| Constructor Summary | |
|---|---|
RSSSyndicationModule()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSyUpdateBase()
Get the date |
java.lang.String |
getSyUpdateFrequency()
Get the update frequecy |
java.lang.String |
getSyUpdatePeriod()
Get the period |
void |
setSyUpdateBase(java.lang.String t)
The date of updateBase |
void |
setSyUpdateFrequency(java.lang.String t)
Set the update frequency |
void |
setSyUpdatePeriod(java.lang.String t)
Set the feed update period |
java.lang.String |
toDebugString()
Information string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSSSyndicationModule()
| Method Detail |
|---|
public void setSyUpdatePeriod(java.lang.String t)
t - ( 'hourly' | 'daily' | 'weekly' | 'monthly' | 'yearly' )public void setSyUpdateFrequency(java.lang.String t)
t - could be an integer valuepublic void setSyUpdateBase(java.lang.String t)
t - the datepublic java.lang.String getSyUpdatePeriod()
public java.lang.String getSyUpdateFrequency()
public java.lang.String getSyUpdateBase()
public java.lang.String toDebugString()
|
SageTV Platform V7.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||