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

All Known Implementing Classes:
FeedResourceItem

public interface IFeedResourceItem

An feed Item used by Rss resources.


Method Summary
 java.util.Date getDate()
          Gets the item publishing date
 java.lang.String getDescription()
          Gets the item description
 java.lang.String getGUID()
          Gets the item id
 java.lang.String getLink()
          Gets the item link
 java.lang.String getTitle()
          Gets the item title
 void setDate(java.util.Date date)
          Set the item publishing date
 void setDescription(java.lang.String strDescription)
          Sets the description
 void setGUID(java.lang.String strGUID)
          Sets the item guid
 void setLink(java.lang.String strLink)
          Sets the item link
 void setTitle(java.lang.String strTitle)
          Sets the item title
 

Method Detail

getTitle

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

Returns:
the item title

setTitle

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

Parameters:
strTitle - the item title

getLink

java.lang.String getLink()
Gets the item link

Returns:
the link

setLink

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

Parameters:
strLink - the item link

getDescription

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

Returns:
the description

setDescription

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

Parameters:
strDescription - the description

getGUID

java.lang.String getGUID()
Gets the item id

Returns:
the item id

setGUID

void setGUID(java.lang.String strGUID)
Sets the item guid

Parameters:
strGUID - the item guid

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.