Package io.goobi.viewer.model.rss
Class Description
java.lang.Object
io.goobi.viewer.model.rss.Description
Description for an RSS feed object
- Author:
- Florian Alpers
-
Constructor Summary
ConstructorDescriptionConstructor for Description.Description
(String value) Constructor for Description. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMetadata
(RssMetadata metadata) Add rss metadata to this objectgetImage()
Getter for the fieldimage
.Getter for the fieldmetadata
.getText()
Getter for the fieldtext
.void
Setter for the fieldimage
.void
Setter for the fieldtext
.
-
Constructor Details
-
Description
public Description()Constructor for Description.
-
Description
Constructor for Description.
- Parameters:
value
- aString
object.
-
-
Method Details
-
getImage
Getter for the field
image
.- Returns:
- the image
-
setImage
Setter for the field
image
.- Parameters:
image
- the image to set
-
getText
Getter for the field
text
.- Returns:
- the description
-
setText
Setter for the field
text
.- Parameters:
description
- the description to set
-
getMetadata
Getter for the field
metadata
.- Returns:
- all rss metadata of this object
-
addMetadata
Add rss metadata to this object- Parameters:
metadata
- aRssMetadata
object.
-