|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Syndication ModuleImpl.
Nested Class Summary | |
static class |
SyModule.Period
Enumeration type for the 'update period' property of the Syndication module. |
Field Summary | |
static SyModule.Period |
DAILY
|
static SyModule.Period |
HOURLY
|
static SyModule.Period |
MONTHLY
|
static java.lang.String |
URI
URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/). |
static SyModule.Period |
WEEKLY
|
static SyModule.Period |
YEARLY
|
Method Summary | |
java.util.Date |
getUpdateBase()
Returns the Syndication module update base date. |
int |
getUpdateFrequency()
Returns the Syndication module update frequency. |
SyModule.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(SyModule.Period updatePeriod)
Sets the Syndication module update period. |
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone, getUri |
Methods inherited from interface com.sun.syndication.common.ToString |
toString |
Methods inherited from interface com.sun.syndication.common.CopyFrom |
copyFrom, getInterface |
Field Detail |
public static final java.lang.String URI
public static final SyModule.Period HOURLY
public static final SyModule.Period DAILY
public static final SyModule.Period WEEKLY
public static final SyModule.Period MONTHLY
public static final SyModule.Period YEARLY
Method Detail |
public SyModule.Period getUpdatePeriod()
public void setUpdatePeriod(SyModule.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 |