Package rife.feed
Class Entry
java.lang.Object
rife.feed.Entry
A bean representing an entry in a feed.
An Entry is a single piece of content, (forum message, news article,
blog post), with its own title, link to permanent content,
published date, content and author. Has a many-to-one relationship
with Feed.
- Since:
- 1.8.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategories(List<String> categories) escaped(boolean escaped) getId()getImage()getLink()getTitle()getType()booleanpublishedDate(Date publishedDate) voidvoidsetCategories(List<String> categories) voidsetContent(String content) voidsetEscaped(boolean escaped) voidvoidvoidvoidsetPublishedDate(Date publishedDate) voidvoid
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
id
-
getId
-
setId
-
title
-
getTitle
-
setTitle
-
link
-
getLink
-
setLink
-
categories
-
getCategories
-
setCategories
-
publishedDate
-
getPublishedDate
-
setPublishedDate
-
content
-
getContent
-
setContent
-
author
-
getAuthor
-
setAuthor
-
getType
-
setType
-
type
-
isEscaped
public boolean isEscaped() -
setEscaped
public void setEscaped(boolean escaped) -
escaped
-
image
-
getImage
-
setImage
-