Copyright (c) 2000-2002 ChurchillObjects.com

churchillobjects.rss4j.model
Interface IUsesSyndication

All Known Implementing Classes:
RssChannel

public interface IUsesSyndication

Implemented by RSS object model classes that are valid for use with Syndication.


Method Summary
 churchillobjects.rss4j.RssSyndication getChannelSyndication()
          Returns the syndication object
 void setChannelSyndication(churchillobjects.rss4j.RssSyndication syn)
          Sets the syndication object
 

Method Detail

setChannelSyndication

public void setChannelSyndication(churchillobjects.rss4j.RssSyndication syn)
Sets the syndication object

Parameters:
syn -

getChannelSyndication

public churchillobjects.rss4j.RssSyndication getChannelSyndication()
Returns the syndication object

Returns:

Copyright (c) 2000-2002 ChurchillObjects.com