fr.paris.lutece.portal.business.rss
Class FeedResource

java.lang.Object
  extended by fr.paris.lutece.portal.business.rss.FeedResource
All Implemented Interfaces:
IFeedResource

public class FeedResource
extends java.lang.Object
implements IFeedResource

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

FeedResource

public FeedResource()
Method Detail

getDescription

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

Specified by:
getDescription in interface IFeedResource
Returns:
the description

setDescription

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

Specified by:
setDescription in interface IFeedResource
Parameters:
description - the description

getTitle

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

Specified by:
getTitle in interface IFeedResource
Returns:
the title

setTitle

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

Specified by:
setTitle in interface IFeedResource
Parameters:
title - the title

getImage

public IFeedResourceImage getImage()
Gets the image

Specified by:
getImage in interface IFeedResource
Returns:
the image

setImage

public void setImage(IFeedResourceImage image)
Sets the image

Specified by:
setImage in interface IFeedResource
Parameters:
image - the image

getItems

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

Specified by:
getItems in interface IFeedResource
Returns:
the items

setItems

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

Specified by:
setItems in interface IFeedResource
Parameters:
listItems - the items

getLanguage

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

Specified by:
getLanguage in interface IFeedResource
Returns:
the language

setLanguage

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

Specified by:
setLanguage in interface IFeedResource
Parameters:
strLanguage - the language

getLink

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

Specified by:
getLink in interface IFeedResource
Returns:
the link

setLink

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

Specified by:
setLink in interface IFeedResource
Parameters:
strLink - the link

getDate

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

Specified by:
getDate in interface IFeedResource
Returns:
the date

setDate

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

Specified by:
setDate in interface IFeedResource
Parameters:
date - the date


Copyright © 2012 Mairie de Paris. All Rights Reserved.