ZMObject
|
+--ZMRssFeed
public class ZMRssFeed
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new RSS feed. |
|
| Method Summary | |
|---|---|
| ZMRssChannel | Get the channel. |
| array | getItems() Get the feed items. |
| void | setChannel(ZMRssChannel channel) Set the channel. |
| void | setItems(array items) Set the feed items. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMRssFeed()
Create new RSS feed. /
public ZMRssChannel getChannel()
Get the channel.
public array getItems()
Get the feed items.
ZMRssItem instances.public void setChannel(ZMRssChannel channel)
Set the channel.
public void setItems(array items)
Set the feed items.
ZMRssItem instances.
A RSS feed.