Method Summary |
|
public Object | clone() Creates a deep 'bean' clone of the object. |
public boolean | equals(Object other) Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
Parameters: other - he reference object with which to compare. |
public String | getDescription() Returns the image description. |
public int | getHeight() Returns the image height. |
public String | getLink() Returns the image link. |
public String | getTitle() Returns the image title. |
public String | getUrl() Returns the image URL. |
public int | getWidth() Returns the image width. |
public int | hashCode() Returns a hashcode value for the object. |
public void | setDescription(String description) Sets the image description. |
public void | setHeight(int height) Sets the image height. |
public void | setLink(String link) Sets the image link. |
public void | setTitle(String title) Sets the image title. |
public void | setUrl(String url) Sets the image URL. |
public void | setWidth(int width) Sets the image width. |
public String | toString() Returns the String representation for the object. |