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 java.lang.Object
implements IFeedResourceItem

FeedResourceItem - IFeedResourceItem implementation.


Constructor Summary
FeedResourceItem()
           
 
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
 
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 java.lang.String getTitle()
Gets the item title

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

setTitle

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

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

getLink

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

Specified by:
getLink in interface IFeedResourceItem
Returns:
the link

setLink

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

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

getDescription

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

Specified by:
getDescription in interface IFeedResourceItem
Returns:
the description

setDescription

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

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

getGUID

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

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

setGUID

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

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

getDate

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

Specified by:
getDate in interface IFeedResourceItem
Returns:
the date

setDate

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

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


Copyright © 2012 Mairie de Paris. All Rights Reserved.