public interface IFeedResourceItem
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Gets the item publishing date
|
String |
getDescription()
Gets the item description
|
String |
getGUID()
Gets the item id
|
String |
getLink()
Gets the item link
|
String |
getTitle()
Gets the item title
|
void |
setDate(Date date)
Set the item publishing date
|
void |
setDescription(String strDescription)
Sets the description
|
void |
setGUID(String strGUID)
Sets the item guid
|
void |
setLink(String strLink)
Sets the item link
|
void |
setTitle(String strTitle)
Sets the item title
|
String getTitle()
void setTitle(String strTitle)
strTitle
- the item titleString getLink()
void setLink(String strLink)
strLink
- the item linkString getDescription()
void setDescription(String strDescription)
strDescription
- the descriptionString getGUID()
void setGUID(String strGUID)
strGUID
- the item guidDate getDate()
void setDate(Date date)
date
- the dateCopyright © 2020 City of Paris. All rights reserved.