| java.lang.Object com.sun.syndication.feed.module.ModuleImpl com.sun.syndication.feed.module.SyModuleImpl
Constructor Summary | |
public | SyModuleImpl() Default constructor. |
SyModuleImpl | public SyModuleImpl()(Code) | | Default constructor. All properties are set to null.
|
getUpdateBase | public Date getUpdateBase()(Code) | | Returns the Syndication module update base date.
the Syndication module update base date, null if none. |
getUpdateFrequency | public int getUpdateFrequency()(Code) | | Returns the Syndication module update frequency.
the Syndication module update frequency, null if none. |
getUpdatePeriod | public String getUpdatePeriod()(Code) | | Returns the Syndication module update period.
the Syndication module update period, null if none. |
setUpdateBase | public void setUpdateBase(Date updateBase)(Code) | | Sets the Syndication module update base date.
Parameters: updateBase - the Syndication module update base date to set, null if none. |
setUpdateFrequency | public void setUpdateFrequency(int updateFrequency)(Code) | | Sets the Syndication module update frequency.
Parameters: updateFrequency - the Syndication module update frequency to set, null if none. |
setUpdatePeriod | public void setUpdatePeriod(String updatePeriod)(Code) | | Sets the Syndication module update period.
Parameters: updatePeriod - the Syndication module update period to set, null if none. |
|
|