| java.lang.Object com.uwyn.rife.feed.Feed
Feed | public class Feed (Code) | | A bean representing a feed, or rather a feed's metadata.
A Feed is a set of metadata that helps to describe a feed
for the user and/or the engine processing the feed.
author: JR Boyens (jboyens[remove] at uwyn dot com) author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also: com.uwyn.rife.feed.Entry since: 1.0 |
getPublishedDate | public Date getPublishedDate()(Code) | | |
setCopyright | public void setCopyright(String copyright)(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setPublishedDate | public void setPublishedDate(Date publishedDate)(Code) | | |
|
|