public interface IFeedResource
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Gets the item publishing date
|
String |
getDescription()
Gets the feed description
|
IFeedResourceImage |
getImage()
Gets the image
|
List<IFeedResourceItem> |
getItems()
Gets the feed items
|
String |
getLanguage()
Gets the feed language
|
String |
getLink()
Gets the feed link - usually the site url.
|
String |
getTitle()
Gets the feed title
|
void |
setDate(Date date)
Set the item publishing date
|
void |
setDescription(String strDescription)
Sets the description
|
void |
setImage(IFeedResourceImage image)
Sets the image
|
void |
setItems(List<IFeedResourceItem> listItems)
Sets the feed items
|
void |
setLanguage(String strLanguage)
Sets the language
|
void |
setLink(String strLink)
Sets the feed link
|
void |
setTitle(String strTitle)
Sets the feed title
|
String getTitle()
void setTitle(String strTitle)
strTitle
- the titleString getLink()
void setLink(String strLink)
strLink
- the link - usually the site url.String getDescription()
void setDescription(String strDescription)
strDescription
- the descriptionString getLanguage()
void setLanguage(String strLanguage)
strLanguage
- the languageList<IFeedResourceItem> getItems()
void setItems(List<IFeedResourceItem> listItems)
listItems
- the itemsIFeedResourceImage getImage()
void setImage(IFeedResourceImage image)
image
- the imageDate getDate()
void setDate(Date date)
date
- the dateCopyright © 2020 City of Paris. All rights reserved.