public class FeedResourceItem extends Object implements IFeedResourceItem
IFeedResourceItem implementation.| Constructor and Description |
|---|
FeedResourceItem() |
| 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
|
public String getTitle()
getTitle in interface IFeedResourceItempublic void setTitle(String strTitle)
setTitle in interface IFeedResourceItemstrTitle - the item titlepublic String getLink()
getLink in interface IFeedResourceItempublic void setLink(String strLink)
setLink in interface IFeedResourceItemstrLink - the item linkpublic String getDescription()
getDescription in interface IFeedResourceItempublic void setDescription(String strDescription)
setDescription in interface IFeedResourceItemstrDescription - the descriptionpublic String getGUID()
getGUID in interface IFeedResourceItempublic void setGUID(String strGUID)
setGUID in interface IFeedResourceItemstrGUID - the item guidpublic Date getDate()
getDate in interface IFeedResourceItempublic void setDate(Date date)
setDate in interface IFeedResourceItemdate - the dateCopyright © 2020 City of Paris. All rights reserved.