|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.rss.FeedResourceImage
public class FeedResourceImage
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 |
---|
public FeedResourceImage()
Method Detail |
---|
public java.lang.String getUrl()
getUrl
in interface IFeedResourceImage
public void setUrl(java.lang.String strUrl)
setUrl
in interface IFeedResourceImage
strUrl
- the urlpublic java.lang.String getTitle()
getTitle
in interface IFeedResourceImage
public void setTitle(java.lang.String strTitle)
setTitle
in interface IFeedResourceImage
strTitle
- the titlepublic java.lang.String getLink()
getLink
in interface IFeedResourceImage
public void setLink(java.lang.String strLink)
setLink
in interface IFeedResourceImage
strLink
- the link
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |