com.sun.syndication.feed.module

Class SyModuleImpl

public class SyModuleImpl extends ModuleImpl implements SyModule

Syndication ModuleImpl, default implementation.

Author: Alejandro Abdelnur

UNKNOWN: Syndication module.

Field Summary
static CopyFromHelperCOPY_FROM_HELPER
static SetPERIODS
Date_updateBase
int_updateFrequency
String_updatePeriod
Constructor Summary
SyModuleImpl()
Default constructor.
Method Summary
voidcopyFrom(Object obj)
ClassgetInterface()
DategetUpdateBase()
Returns the Syndication module update base date.
intgetUpdateFrequency()
Returns the Syndication module update frequency.
StringgetUpdatePeriod()
Returns the Syndication module update period.
voidsetUpdateBase(Date updateBase)
Sets the Syndication module update base date.
voidsetUpdateFrequency(int updateFrequency)
Sets the Syndication module update frequency.
voidsetUpdatePeriod(String updatePeriod)
Sets the Syndication module update period.

Field Detail

COPY_FROM_HELPER

private static final CopyFromHelper COPY_FROM_HELPER

PERIODS

private static final Set PERIODS

_updateBase

private Date _updateBase

_updateFrequency

private int _updateFrequency

_updatePeriod

private String _updatePeriod

Constructor Detail

SyModuleImpl

public SyModuleImpl()
Default constructor. All properties are set to null.

Method Detail

copyFrom

public void copyFrom(Object obj)

getInterface

public Class getInterface()

getUpdateBase

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

Returns: the Syndication module update base date, null if none.

getUpdateFrequency

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

Returns: the Syndication module update frequency, null if none.

getUpdatePeriod

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

Returns: the Syndication module update period, null if none.

setUpdateBase

public void setUpdateBase(Date updateBase)
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)
Sets the Syndication module update frequency.

Parameters: updateFrequency the Syndication module update frequency to set, null if none.

setUpdatePeriod

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

Parameters: updatePeriod the Syndication module update period to set, null if none.

Copyright © Sun Microsystems. All Rights Reserved.