com.sun.syndication.feed.module
public class SyModuleImpl extends ModuleImpl implements SyModule
UNKNOWN: Syndication module.
Field Summary | |
---|---|
static CopyFromHelper | COPY_FROM_HELPER |
static Set | PERIODS |
Date | _updateBase |
int | _updateFrequency |
String | _updatePeriod |
Constructor Summary | |
---|---|
SyModuleImpl()
Default constructor. |
Method Summary | |
---|---|
void | copyFrom(Object obj) |
Class | getInterface() |
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.
|
Returns: the Syndication module update base date, null if none.
Returns: the Syndication module update frequency, null if none.
Returns: the Syndication module update period, null if none.
Parameters: updateBase the Syndication module update base date to set, null if none.
Parameters: updateFrequency the Syndication module update frequency to set, null if none.
Parameters: updatePeriod the Syndication module update period to set, null if none.