public class ArtworkItem
extends java.lang.Object
| Constructor and Description |
|---|
ArtworkItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getHeight() |
java.lang.String |
getThumbnail() |
java.lang.String |
getType() |
java.lang.String |
getUrl() |
java.lang.Integer |
getWidth() |
void |
setHeight(java.lang.Integer height) |
void |
setThumbnail(java.lang.String thumbnail) |
void |
setType(java.lang.String type) |
void |
setUrl(java.lang.String url) |
void |
setWidth(java.lang.Integer width) |
public java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the url to setpublic java.lang.String getThumbnail()
public void setThumbnail(java.lang.String thumbnail)
thumbnail - the thumbnail to setpublic java.lang.Integer getWidth()
public void setWidth(java.lang.Integer width)
width - the width to setpublic java.lang.Integer getHeight()
public void setHeight(java.lang.Integer height)
height - the height to set