Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.feed.module
Interface SyModule  view SyModule download SyModule.java

All Superinterfaces:
java.lang.Cloneable, com.sun.syndication.feed.CopyFrom, Module
All Known Implementing Classes:
SyModuleImpl

public interface SyModule
extends Module

Syndication ModuleImpl.


Field Summary
static java.lang.String DAILY
           
static java.lang.String HOURLY
           
static java.lang.String MONTHLY
           
static java.lang.String URI
          URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/).
static java.lang.String WEEKLY
           
static java.lang.String YEARLY
           
 
Method Summary
 java.util.Date getUpdateBase()
          Returns the Syndication module update base date.
 int getUpdateFrequency()
          Returns the Syndication module update frequency.
 java.lang.String 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(java.lang.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

URI

public static final java.lang.String URI
URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/).

See Also:
Constant Field Values

HOURLY

public static final java.lang.String HOURLY

DAILY

public static final java.lang.String DAILY

WEEKLY

public static final java.lang.String WEEKLY

MONTHLY

public static final java.lang.String MONTHLY

YEARLY

public static final java.lang.String YEARLY
Method Detail

getUpdatePeriod

public java.lang.String getUpdatePeriod()
Returns the Syndication module update period.


setUpdatePeriod

public void setUpdatePeriod(java.lang.String updatePeriod)
Sets the Syndication module update period.


getUpdateFrequency

public int getUpdateFrequency()
Returns the Syndication module update frequency.


setUpdateFrequency

public void setUpdateFrequency(int updateFrequency)
Sets the Syndication module update frequency.


getUpdateBase

public java.util.Date getUpdateBase()
Returns the Syndication module update base date.


setUpdateBase

public void setUpdateBase(java.util.Date updateBase)
Sets the Syndication module update base date.