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
ConstructorsConstructorDescriptionConstructor for Description.Description(String value) Constructor for Description. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMetadata(RssMetadata metadata) Add rss metadata to this objectgetImage()Getter for the fieldimage.Getter for the fieldmetadata.getText()Getter for the fieldtext.voidSetter for the fieldimage.voidSetter for the fieldtext.
-
Constructor Details
-
Description
public Description()Constructor for Description.
-
Description
Constructor for Description.
- Parameters:
value- aStringobject.
-
-
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- aRssMetadataobject.
-