Package rife.feed
Class Feed
java.lang.Object
rife.feed.Feed
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.8.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncategories
(List<String> categories) description
(String description) getId()
getLink()
getTitle()
namespaces
(Map<String, String> namespaces) publishedDate
(Date publishedDate) void
void
setCategories
(List<String> categories) void
setCopyright
(String copyright) void
setDescription
(String description) void
void
setLanguage
(String language) void
void
setNamespaces
(Map<String, String> namespaces) void
setPublishedDate
(Date publishedDate) void
-
Constructor Details
-
Feed
public Feed()
-
-
Method Details
-
id
-
getId
-
setId
-
title
-
getTitle
-
setTitle
-
link
-
getLink
-
setLink
-
categories
-
getCategories
-
setCategories
-
description
-
getDescription
-
setDescription
-
language
-
getLanguage
-
setLanguage
-
copyright
-
getCopyright
-
setCopyright
-
publishedDate
-
getPublishedDate
-
setPublishedDate
-
author
-
getAuthor
-
setAuthor
-
getNamespaces
-
setNamespaces
-
namespaces
-