Package io.goobi.viewer.model.rss
Class Channel
java.lang.Object
io.goobi.viewer.model.rss.Channel
Channel class.
- Author:
- Florian Alpers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addItem.Getter for the fieldcopyright
.Getter for the fielddescription
.getItems()
Getter for the fielditems
.Getter for the fieldlanguage
.getLink()
Getter for the fieldlink
.Getter for the fieldpubDate
.getTitle()
Getter for the fieldtitle
.void
setCopyright
(String copyright) Setter for the fieldcopyright
.void
setDescription
(String description) Setter for the fielddescription
.void
setLanguage
(String language) Setter for the fieldlanguage
.void
Setter for the fieldlink
.void
setPubDate
(Date pubDate) Setter for the fieldpubDate
.void
Setter for the fieldtitle
.
-
Constructor Details
-
Channel
public Channel()
-
-
Method Details
-
getTitle
Getter for the field
title
.- Returns:
- the title
-
setTitle
Setter for the field
title
.- Parameters:
title
- the title to set
-
getLink
Getter for the field
link
.- Returns:
- the link
-
setLink
Setter for the field
link
.- Parameters:
link
- the link to set
-
getDescription
Getter for the field
description
.- Returns:
- the description
-
setDescription
Setter for the field
description
.- Parameters:
description
- the description to set
-
getLanguage
Getter for the field
language
.- Returns:
- the language
-
setLanguage
Setter for the field
language
.- Parameters:
language
- the language to set
-
getCopyright
Getter for the field
copyright
.- Returns:
- the copyright
-
setCopyright
Setter for the field
copyright
.- Parameters:
copyright
- the copyright to set
-
getPubDate
Getter for the field
pubDate
.- Returns:
- the pubDate
-
setPubDate
Setter for the field
pubDate
.- Parameters:
pubDate
- the pubDate to set
-
getItems
Getter for the field
items
.- Returns:
- the items
-
addItem
addItem.
- Parameters:
item
- aRssItem
object.
-