|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Bean interface for images of SyndFeedImpl feeds.
Method Summary | |
java.lang.Object |
clone()
Creates a deep clone of the object. |
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 interface com.sun.syndication.common.ToString |
toString |
Methods inherited from interface com.sun.syndication.common.CopyFrom |
copyFrom, getInterface |
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the image title to set, null if none.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the image URL to set, null if none.public java.lang.String getLink()
public void setLink(java.lang.String link)
link
- the image link to set, null if none.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the image description to set, null if none.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.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 |