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 Object
implements IFeedResourceImage

FeedResourceImage - IFeedResourceImage implementation.


Constructor Summary
FeedResourceImage()
           
 
Method Summary
 String getLink()
          The image link - usually site url
 String getTitle()
          The title
 String getUrl()
          The image URL
 void setLink(String strLink)
          Sets the image link - usually site url
 void setTitle(String strTitle)
          The image title
 void setUrl(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 String getUrl()
The image URL

Specified by:
getUrl in interface IFeedResourceImage
Returns:
the url

setUrl

public void setUrl(String strUrl)
Sets the url

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

getTitle

public String getTitle()
The title

Specified by:
getTitle in interface IFeedResourceImage
Returns:
the title

setTitle

public void setTitle(String strTitle)
The image title

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

getLink

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

Specified by:
getLink in interface IFeedResourceImage
Returns:
the link

setLink

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

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


Copyright © 2014 Mairie de Paris. All Rights Reserved.