public interface SyndImage extends Cloneable, CopyFrom
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a deep clone of the object.
|
String |
getDescription()
Returns the image description.
|
Integer |
getHeight()
Returns the image height.
|
String |
getLink()
Returns the image link.
|
String |
getTitle()
Returns the image title.
|
String |
getUrl()
Returns the image URL.
|
Integer |
getWidth()
Returns the image width.
|
void |
setDescription(String description)
Sets the image description.
|
void |
setHeight(Integer height)
Sets the image height.
|
void |
setLink(String link)
Sets the image link.
|
void |
setTitle(String title)
Sets the image title.
|
void |
setUrl(String url)
Sets the image URL.
|
void |
setWidth(Integer width)
Sets the image width.
|
copyFrom, getInterface
String getTitle()
void setTitle(String title)
title
- the image title to set, null if none.String getUrl()
void setUrl(String url)
url
- the image URL to set, null if none.Integer getWidth()
void setWidth(Integer width)
width
- the image width to set, null if none.Integer getHeight()
void setHeight(Integer height)
height
- the image height to set, null if none.String getLink()
void setLink(String link)
link
- the image link to set, null if none.String getDescription()
void setDescription(String description)
description
- the image description to set, null if none.Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- thrown if an element of the object cannot be cloned.Copyright © 2016. All rights reserved.