|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Syndication Module.
| Nested Class Summary | |
static class |
SyModuleI.Period
Enumeration type for the 'update period' property of the Syndication module. |
| Field Summary | |
static SyModuleI.Period |
DAILY
|
static SyModuleI.Period |
HOURLY
|
static SyModuleI.Period |
MONTHLY
|
static java.lang.String |
URI
URI of the Syndication Module (http://purl.org/rss/1.0/modules/syndication/). |
static SyModuleI.Period |
WEEKLY
|
static SyModuleI.Period |
YEARLY
|
| Method Summary | |
java.util.Date |
getUpdateBase()
Returns the Syndication module update base date. |
int |
getUpdateFrequency()
Returns the Syndication module update frequency. |
SyModuleI.Period |
getUpdatePeriod()
Returns the Syndication module update period. |
void |
setUpdateBase(java.util.Date updateBase)
Sets the Syndication module update base date. |
void |
setUpdateFrequency(int updateFrequency)
Sets the Syndication module update frequency. |
void |
setUpdatePeriod(SyModuleI.Period updatePeriod)
Sets the Syndication module update period. |
| Methods inherited from interface com.sun.syndication.feed.module.ModuleI |
clone, getUri |
| Methods inherited from interface com.sun.syndication.common.ToString |
toString |
| Field Detail |
public static final java.lang.String URI
public static final SyModuleI.Period HOURLY
public static final SyModuleI.Period DAILY
public static final SyModuleI.Period WEEKLY
public static final SyModuleI.Period MONTHLY
public static final SyModuleI.Period YEARLY
| Method Detail |
public SyModuleI.Period getUpdatePeriod()
public void setUpdatePeriod(SyModuleI.Period updatePeriod)
updatePeriod - the Syndication module update period to set, null if none.public int getUpdateFrequency()
public void setUpdateFrequency(int updateFrequency)
updateFrequency - the Syndication module update frequency to set, null if none.public java.util.Date getUpdateBase()
public void setUpdateBase(java.util.Date updateBase)
updateBase - the Syndication module update base date to set, null if none.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||