|
||||||||||
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 | |
---|---|
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 |
---|
public FeedResourceImage()
Method Detail |
---|
public String getUrl()
getUrl
in interface IFeedResourceImage
public void setUrl(String strUrl)
setUrl
in interface IFeedResourceImage
strUrl
- the urlpublic String getTitle()
getTitle
in interface IFeedResourceImage
public void setTitle(String strTitle)
setTitle
in interface IFeedResourceImage
strTitle
- the titlepublic String getLink()
getLink
in interface IFeedResourceImage
public void setLink(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 |