|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyndImage
Bean interface for images of SyndFeedImpl feeds.
Method Summary | |
---|---|
Object |
clone()
Creates a deep clone of the object. |
String |
getDescription()
Returns the image description. |
String |
getLink()
Returns the image link. |
String |
getTitle()
Returns the image title. |
String |
getUrl()
Returns the image URL. |
void |
setDescription(String description)
Sets the image description. |
void |
setLink(String link)
Sets the image link. |
void |
setTitle(String title)
Sets the image title. |
void |
setUrl(String url)
Sets the image URL. |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
---|
copyFrom, getInterface |
Method Detail |
---|
String getTitle()
void setTitle(String title)
title
- the image title to set, null if none.String getUrl()
void setUrl(String url)
url
- the image URL to set, null if none.String getLink()
void setLink(String link)
link
- the image link to set, null if none.String getDescription()
void setDescription(String description)
description
- the image description to set, null if none.Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- thrown if an element of the object cannot be cloned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |