com.uwyn.rife.feed
Class Entry
java.lang.Object
com.uwyn.rife.feed.Entry
public class Entry
- extends Object
A bean representing an entry in a feed.
An Entry is a single piece of content, (forum message, news article,
blog post), with it's own title, link to permanent content,
published date, content and author. Has a many-to-one relationship
with 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:
Feed
|
Constructor Summary |
Entry()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entry
public Entry()
author
public Entry author(String author)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
content
public Entry content(String content)
getContent
public String getContent()
setContent
public void setContent(String content)
id
public Entry id(String id)
getId
public String getId()
setId
public void setId(String id)
link
public Entry link(String link)
getLink
public String getLink()
setLink
public void setLink(String link)
publishedDate
public Entry publishedDate(Date publishedDate)
getPublishedDate
public Date getPublishedDate()
setPublishedDate
public void setPublishedDate(Date publishedDate)
title
public Entry title(String title)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getType
public String getType()
setType
public void setType(String type)
type
public Entry type(String type)
isEscaped
public boolean isEscaped()
setEscaped
public void setEscaped(boolean escaped)
escaped
public Entry escaped(boolean escaped)
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.