|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ rss overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.feed.rss
Class Image

java.lang.Objectcom.sun.syndication.feed.rss.Image
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class Image
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- extends java.lang.Object
Bean for images of RSS feeds.
| Field Summary | |
private java.lang.String |
_description
|
private int |
_height
|
private java.lang.String |
_link
|
private com.sun.syndication.feed.impl.ObjectBean |
_objBean
|
private java.lang.String |
_title
|
private java.lang.String |
_url
|
private int |
_width
|
| Constructor Summary | |
Image()
Default constructor. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object. |
boolean |
equals(java.lang.Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method. |
java.lang.String |
getDescription()
Returns the image description. |
int |
getHeight()
Returns the image height. |
java.lang.String |
getLink()
Returns the image link. |
java.lang.String |
getTitle()
Returns the image title. |
java.lang.String |
getUrl()
Returns the image URL. |
int |
getWidth()
Returns the image width. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setDescription(java.lang.String description)
Sets the image description. |
void |
setHeight(int height)
Sets the image height. |
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. |
void |
setWidth(int width)
Sets the image width. |
java.lang.String |
toString()
Returns the String representation for the object. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
_objBean
private com.sun.syndication.feed.impl.ObjectBean _objBean
_title
private java.lang.String _title
_url
private java.lang.String _url
_link
private java.lang.String _link
_width
private int _width
_height
private int _height
_description
private java.lang.String _description
| Constructor Detail |
Image
public Image()
- Default constructor. All properties are set to null.
| Method Detail |
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Creates a deep 'bean' clone of the object.
equals
public boolean equals(java.lang.Object other)
- Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
hashCode
public int hashCode()
- Returns a hashcode value for the object.
It follows the contract defined by the Object hashCode() method.
toString
public java.lang.String toString()
- Returns the String representation for the object.
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.
getWidth
public int getWidth()
- Returns the image width.
setWidth
public void setWidth(int width)
- Sets the image width.
getHeight
public int getHeight()
- Returns the image height.
setHeight
public void setHeight(int height)
- Sets the image height.
getDescription
public java.lang.String getDescription()
- Returns the image description.
setDescription
public void setDescription(java.lang.String description)
- Sets the image description.
|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ rss overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sun.syndication.feed.rss.Image