|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.rss.FeedResource
public class FeedResource
FeedResource - IFeedResource
implementation.
Constructor Summary | |
---|---|
FeedResource()
|
Method Summary | |
---|---|
java.util.Date |
getDate()
Gets the item publishing date |
java.lang.String |
getDescription()
Gets the feed description |
IFeedResourceImage |
getImage()
Gets the image |
java.util.List<IFeedResourceItem> |
getItems()
Gets the feed items |
java.lang.String |
getLanguage()
Gets the feed language |
java.lang.String |
getLink()
Gets the feed link - usually the site url. |
java.lang.String |
getTitle()
Gets the feed title |
void |
setDate(java.util.Date date)
Set the item publishing date |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setImage(IFeedResourceImage image)
Sets the image |
void |
setItems(java.util.List<IFeedResourceItem> listItems)
Sets the items |
void |
setLanguage(java.lang.String strLanguage)
Sets the language |
void |
setLink(java.lang.String strLink)
Sets the link |
void |
setTitle(java.lang.String title)
Sets the feed title |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedResource()
Method Detail |
---|
public java.lang.String getDescription()
getDescription
in interface IFeedResource
public void setDescription(java.lang.String description)
setDescription
in interface IFeedResource
description
- the descriptionpublic java.lang.String getTitle()
getTitle
in interface IFeedResource
public void setTitle(java.lang.String title)
setTitle
in interface IFeedResource
title
- the titlepublic IFeedResourceImage getImage()
getImage
in interface IFeedResource
public void setImage(IFeedResourceImage image)
setImage
in interface IFeedResource
image
- the imagepublic java.util.List<IFeedResourceItem> getItems()
getItems
in interface IFeedResource
public void setItems(java.util.List<IFeedResourceItem> listItems)
setItems
in interface IFeedResource
listItems
- the itemspublic java.lang.String getLanguage()
getLanguage
in interface IFeedResource
public void setLanguage(java.lang.String strLanguage)
setLanguage
in interface IFeedResource
strLanguage
- the languagepublic java.lang.String getLink()
getLink
in interface IFeedResource
public void setLink(java.lang.String strLink)
setLink
in interface IFeedResource
strLink
- the linkpublic java.util.Date getDate()
getDate
in interface IFeedResource
public void setDate(java.util.Date date)
setDate
in interface IFeedResource
date
- the date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |