fr.paris.lutece.portal.business.rss
Interface IFeedResourceImage

All Known Implementing Classes:
FeedResourceImage

public interface IFeedResourceImage

Feed image.


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
 

Method Detail

getUrl

String getUrl()
The image URL

Returns:
the url

setUrl

void setUrl(String strUrl)
Sets the url

Parameters:
strUrl - the url

getTitle

String getTitle()
The title

Returns:
the title

setTitle

void setTitle(String strTitle)
The image title

Parameters:
strTitle - the title

getLink

String getLink()
The image link - usually site url

Returns:
the link

setLink

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

Parameters:
strLink - the link


Copyright © 2014 Mairie de Paris. All Rights Reserved.