fr.paris.lutece.portal.business.rss
Interface IFeedResource

All Known Implementing Classes:
FeedResource

public interface IFeedResource

A feed resource.


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 strDescription)
          Sets the description
 void setImage(IFeedResourceImage image)
          Sets the image
 void setItems(java.util.List<IFeedResourceItem> listItems)
          Sets the feed items
 void setLanguage(java.lang.String strLanguage)
          Sets the language
 void setLink(java.lang.String strLink)
          Sets the feed link
 void setTitle(java.lang.String strTitle)
          Sets the feed title
 

Method Detail

getTitle

java.lang.String getTitle()
Gets the feed title

Returns:
the title

setTitle

void setTitle(java.lang.String strTitle)
Sets the feed title

Parameters:
strTitle - the title

getLink

java.lang.String getLink()
Gets the feed link - usually the site url.

Returns:
the link

setLink

void setLink(java.lang.String strLink)
Sets the feed link

Parameters:
strLink - the link - usually the site url.

getDescription

java.lang.String getDescription()
Gets the feed description

Returns:
the description

setDescription

void setDescription(java.lang.String strDescription)
Sets the description

Parameters:
strDescription - the description

getLanguage

java.lang.String getLanguage()
Gets the feed language

Returns:
the language

setLanguage

void setLanguage(java.lang.String strLanguage)
Sets the language

Parameters:
strLanguage - the language

getItems

java.util.List<IFeedResourceItem> getItems()
Gets the feed items

Returns:
the items

setItems

void setItems(java.util.List<IFeedResourceItem> listItems)
Sets the feed items

Parameters:
listItems - the items

getImage

IFeedResourceImage getImage()
Gets the image

Returns:
the image

setImage

void setImage(IFeedResourceImage image)
Sets the image

Parameters:
image - the image

getDate

java.util.Date getDate()
Gets the item publishing date

Returns:
the date

setDate

void setDate(java.util.Date date)
Set the item publishing date

Parameters:
date - the date


Copyright © 2011 Mairie de Paris. All Rights Reserved.