|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sun.syndication.common.ObjectBean
com.sun.syndication.feed.synd.SyndImage
Bean for images of SyndFeed feeds.
| Constructor Summary | |
SyndImage()
Default constructor. |
|
| Method Summary | |
java.lang.String |
getDescription()
Returns the image description. |
java.lang.String |
getLink()
Returns the image link. |
java.lang.String |
getTitle()
Returns the image title. |
java.lang.String |
getUrl()
Returns the image URL. |
void |
setDescription(java.lang.String description)
Sets the image description. |
void |
setLink(java.lang.String link)
Sets the image link. |
void |
setTitle(java.lang.String title)
Sets the image title. |
void |
setUrl(java.lang.String url)
Sets the image URL. |
| Methods inherited from class com.sun.syndication.common.ObjectBean |
clone, equals, hashCode, toString, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.syndication.feed.synd.SyndImageI |
clone |
| Methods inherited from interface com.sun.syndication.common.ToString |
toString |
| Constructor Detail |
public SyndImage()
| Method Detail |
public java.lang.String getTitle()
getTitle in interface SyndImageIpublic void setTitle(java.lang.String title)
setTitle in interface SyndImageItitle - the image title to set, null if none.public java.lang.String getUrl()
getUrl in interface SyndImageIpublic void setUrl(java.lang.String url)
setUrl in interface SyndImageIurl - the image URL to set, null if none.public java.lang.String getLink()
getLink in interface SyndImageIpublic void setLink(java.lang.String link)
setLink in interface SyndImageIlink - the image link to set, null if none.public java.lang.String getDescription()
getDescription in interface SyndImageIpublic void setDescription(java.lang.String description)
setDescription in interface SyndImageIdescription - the image description to set, null if none.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||