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
 Date getDate()
          Gets the item publishing date
 String getDescription()
          Gets the item description
 String getGUID()
          Gets the item id
 String getLink()
          Gets the item link
 String getTitle()
          Gets the item title
 void setDate(Date date)
          Set the item publishing date
 void setDescription(String strDescription)
          Sets the description
 void setGUID(String strGUID)
          Sets the item guid
 void setLink(String strLink)
          Sets the item link
 void setTitle(String strTitle)
          Sets the item title
 

Method Detail

getTitle

String getTitle()
Gets the item title

Returns:
the item title

setTitle

void setTitle(String strTitle)
Sets the item title

Parameters:
strTitle - the item title

getLink

String getLink()
Gets the item link

Returns:
the link

setLink

void setLink(String strLink)
Sets the item link

Parameters:
strLink - the item link

getDescription

String getDescription()
Gets the item description

Returns:
the description

setDescription

void setDescription(String strDescription)
Sets the description

Parameters:
strDescription - the description

getGUID

String getGUID()
Gets the item id

Returns:
the item id

setGUID

void setGUID(String strGUID)
Sets the item guid

Parameters:
strGUID - the item guid

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.