|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyModule
Syndication ModuleImpl.
Field Summary | |
---|---|
static String |
DAILY
|
static String |
HOURLY
|
static String |
MONTHLY
|
static String |
URI
URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/). |
static String |
WEEKLY
|
static String |
YEARLY
|
Method Summary | |
---|---|
Date |
getUpdateBase()
Returns the Syndication module update base date. |
int |
getUpdateFrequency()
Returns the Syndication module update frequency. |
String |
getUpdatePeriod()
Returns the Syndication module update period. |
void |
setUpdateBase(Date updateBase)
Sets the Syndication module update base date. |
void |
setUpdateFrequency(int updateFrequency)
Sets the Syndication module update frequency. |
void |
setUpdatePeriod(String 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.feed.CopyFrom |
---|
copyFrom, getInterface |
Field Detail |
---|
static final String URI
static final String HOURLY
static final String DAILY
static final String WEEKLY
static final String MONTHLY
static final String YEARLY
Method Detail |
---|
String getUpdatePeriod()
void setUpdatePeriod(String updatePeriod)
updatePeriod
- the Syndication module update period to set, null if none.int getUpdateFrequency()
void setUpdateFrequency(int updateFrequency)
updateFrequency
- the Syndication module update frequency to set, null if none.Date getUpdateBase()
void setUpdateBase(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 |