com.sun.syndication.feed.synd
public interface SyndImage extends Cloneable, CopyFrom
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.
|
Returns: a clone of the object.
Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.
Returns: the image description, null if none.
Returns: the image link, null if none.
Returns: the image title, null if none.
Returns: the image URL, null if none.
Parameters: description the image description to set, null if none.
Parameters: link the image link to set, null if none.
Parameters: title the image title to set, null if none.
Parameters: url the image URL to set, null if none.