com.uwyn.rife.feed
Class Feed
java.lang.Object
com.uwyn.rife.feed.Feed
public class Feed
- extends Object
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.
- Since:
- 1.0
- Version:
- $Revision: 3634 $
- Author:
- JR Boyens (jboyens[remove] at uwyn dot com), Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
Entry
|
Constructor Summary |
Feed()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Feed
public Feed()
author
public Feed author(String author)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
copyright
public Feed copyright(String copyright)
getCopyright
public String getCopyright()
setCopyright
public void setCopyright(String copyright)
description
public Feed description(String description)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
language
public Feed language(String language)
getLanguage
public String getLanguage()
setLanguage
public void setLanguage(String language)
link
public Feed link(String link)
getLink
public String getLink()
setLink
public void setLink(String link)
publishedDate
public Feed publishedDate(Date publishedDate)
getPublishedDate
public Date getPublishedDate()
setPublishedDate
public void setPublishedDate(Date publishedDate)
title
public Feed title(String title)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getNamespaces
public Map<String,String> getNamespaces()
setNamespaces
public void setNamespaces(Map<String,String> namespaces)
namespaces
public Feed namespaces(Map<String,String> namespaces)
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.