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

All Known Implementing Classes:
FeedResource

public interface IFeedResource

A feed resource.


Method Summary
 Date getDate()
          Gets the item publishing date
 String getDescription()
          Gets the feed description
 IFeedResourceImage getImage()
          Gets the image
 List<IFeedResourceItem> getItems()
          Gets the feed items
 String getLanguage()
          Gets the feed language
 String getLink()
          Gets the feed link - usually the site url.
 String getTitle()
          Gets the feed title
 void setDate(Date date)
          Set the item publishing date
 void setDescription(String strDescription)
          Sets the description
 void setImage(IFeedResourceImage image)
          Sets the image
 void setItems(List<IFeedResourceItem> listItems)
          Sets the feed items
 void setLanguage(String strLanguage)
          Sets the language
 void setLink(String strLink)
          Sets the feed link
 void setTitle(String strTitle)
          Sets the feed title
 

Method Detail

getTitle

String getTitle()
Gets the feed title

Returns:
the title

setTitle

void setTitle(String strTitle)
Sets the feed title

Parameters:
strTitle - the title

getLink

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

Returns:
the link

setLink

void setLink(String strLink)
Sets the feed link

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

getDescription

String getDescription()
Gets the feed description

Returns:
the description

setDescription

void setDescription(String strDescription)
Sets the description

Parameters:
strDescription - the description

getLanguage

String getLanguage()
Gets the feed language

Returns:
the language

setLanguage

void setLanguage(String strLanguage)
Sets the language

Parameters:
strLanguage - the language

getItems

List<IFeedResourceItem> getItems()
Gets the feed items

Returns:
the items

setItems

void setItems(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

Date getDate()
Gets the item publishing date

Returns:
the date

setDate

void setDate(Date date)
Set the item publishing date

Parameters:
date - the date


Copyright © 2014 Mairie de Paris. All Rights Reserved.