|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.rss.FeedResourceItem
public class FeedResourceItem
FeedResourceItem - IFeedResourceItem
implementation.
Constructor Summary | |
---|---|
FeedResourceItem()
|
Method Summary | |
---|---|
java.util.Date |
getDate()
Gets the item publishing date |
java.lang.String |
getDescription()
Gets the item description |
java.lang.String |
getGUID()
Gets the item id |
java.lang.String |
getLink()
Gets the item link |
java.lang.String |
getTitle()
Gets the item title |
void |
setDate(java.util.Date date)
Set the item publishing date |
void |
setDescription(java.lang.String strDescription)
Sets the description |
void |
setGUID(java.lang.String strGUID)
Sets the item guid |
void |
setLink(java.lang.String strLink)
Sets the item link |
void |
setTitle(java.lang.String strTitle)
Sets the item title |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedResourceItem()
Method Detail |
---|
public java.lang.String getTitle()
getTitle
in interface IFeedResourceItem
public void setTitle(java.lang.String strTitle)
setTitle
in interface IFeedResourceItem
strTitle
- the item titlepublic java.lang.String getLink()
getLink
in interface IFeedResourceItem
public void setLink(java.lang.String strLink)
setLink
in interface IFeedResourceItem
strLink
- the item linkpublic java.lang.String getDescription()
getDescription
in interface IFeedResourceItem
public void setDescription(java.lang.String strDescription)
setDescription
in interface IFeedResourceItem
strDescription
- the descriptionpublic java.lang.String getGUID()
getGUID
in interface IFeedResourceItem
public void setGUID(java.lang.String strGUID)
setGUID
in interface IFeedResourceItem
strGUID
- the item guidpublic java.util.Date getDate()
getDate
in interface IFeedResourceItem
public void setDate(java.util.Date date)
setDate
in interface IFeedResourceItem
date
- the date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |