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

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

public class FeedResourceItem
extends Object
implements IFeedResourceItem

FeedResourceItem - IFeedResourceItem implementation.


Constructor Summary
FeedResourceItem()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedResourceItem

public FeedResourceItem()
Method Detail

getTitle

public String getTitle()
Gets the item title

Specified by:
getTitle in interface IFeedResourceItem
Returns:
the item title

setTitle

public void setTitle(String strTitle)
Sets the item title

Specified by:
setTitle in interface IFeedResourceItem
Parameters:
strTitle - the item title

getLink

public String getLink()
Gets the item link

Specified by:
getLink in interface IFeedResourceItem
Returns:
the link

setLink

public void setLink(String strLink)
Sets the item link

Specified by:
setLink in interface IFeedResourceItem
Parameters:
strLink - the item link

getDescription

public String getDescription()
Gets the item description

Specified by:
getDescription in interface IFeedResourceItem
Returns:
the description

setDescription

public void setDescription(String strDescription)
Sets the description

Specified by:
setDescription in interface IFeedResourceItem
Parameters:
strDescription - the description

getGUID

public String getGUID()
Gets the item id

Specified by:
getGUID in interface IFeedResourceItem
Returns:
the item id

setGUID

public void setGUID(String strGUID)
Sets the item guid

Specified by:
setGUID in interface IFeedResourceItem
Parameters:
strGUID - the item guid

getDate

public Date getDate()
Gets the item publishing date

Specified by:
getDate in interface IFeedResourceItem
Returns:
the date

setDate

public void setDate(Date date)
Set the item publishing date

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


Copyright © 2014 Mairie de Paris. All Rights Reserved.