Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.feed.synd
Interface SyndImage  view SyndImage download SyndImage.java

All Superinterfaces:
java.lang.Cloneable, com.sun.syndication.feed.CopyFrom
All Known Implementing Classes:
SyndImageImpl

public interface SyndImage
extends java.lang.Cloneable, com.sun.syndication.feed.CopyFrom

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.feed.CopyFrom
copyFrom, getInterface
 

Method Detail

getTitle

public java.lang.String getTitle()
Returns the image title.


setTitle

public void setTitle(java.lang.String title)
Sets the image title.


getUrl

public java.lang.String getUrl()
Returns the image URL.


setUrl

public void setUrl(java.lang.String url)
Sets the image URL.


getLink

public java.lang.String getLink()
Returns the image link.


setLink

public void setLink(java.lang.String link)
Sets the image link.


getDescription

public java.lang.String getDescription()
Returns the image description.


setDescription

public void setDescription(java.lang.String description)
Sets the image description.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Creates a deep clone of the object.