|
||||||||||
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 | |
---|---|
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 |
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 String getTitle()
getTitle
in interface IFeedResourceItem
public void setTitle(String strTitle)
setTitle
in interface IFeedResourceItem
strTitle
- the item titlepublic String getLink()
getLink
in interface IFeedResourceItem
public void setLink(String strLink)
setLink
in interface IFeedResourceItem
strLink
- the item linkpublic String getDescription()
getDescription
in interface IFeedResourceItem
public void setDescription(String strDescription)
setDescription
in interface IFeedResourceItem
strDescription
- the descriptionpublic String getGUID()
getGUID
in interface IFeedResourceItem
public void setGUID(String strGUID)
setGUID
in interface IFeedResourceItem
strGUID
- the item guidpublic Date getDate()
getDate
in interface IFeedResourceItem
public void setDate(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 |