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

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

public class FeedResourceImage
extends java.lang.Object
implements IFeedResourceImage

FeedResourceImage - IFeedResourceImage implementation.


Constructor Summary
FeedResourceImage()
           
 
Method Summary
 java.lang.String getLink()
          The image link - usually site url
 java.lang.String getTitle()
          The title
 java.lang.String getUrl()
          The image URL
 void setLink(java.lang.String strLink)
          Sets the image link - usually site url
 void setTitle(java.lang.String strTitle)
          The image title
 void setUrl(java.lang.String strUrl)
          Sets the url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedResourceImage

public FeedResourceImage()
Method Detail

getUrl

public java.lang.String getUrl()
The image URL

Specified by:
getUrl in interface IFeedResourceImage
Returns:
the url

setUrl

public void setUrl(java.lang.String strUrl)
Sets the url

Specified by:
setUrl in interface IFeedResourceImage
Parameters:
strUrl - the url

getTitle

public java.lang.String getTitle()
The title

Specified by:
getTitle in interface IFeedResourceImage
Returns:
the title

setTitle

public void setTitle(java.lang.String strTitle)
The image title

Specified by:
setTitle in interface IFeedResourceImage
Parameters:
strTitle - the title

getLink

public java.lang.String getLink()
The image link - usually site url

Specified by:
getLink in interface IFeedResourceImage
Returns:
the link

setLink

public void setLink(java.lang.String strLink)
Sets the image link - usually site url

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


Copyright © 2011 Mairie de Paris. All Rights Reserved.