public class ArtworkItem extends Object
| Constructor and Description |
|---|
ArtworkItem() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
String |
getThumbnail() |
String |
getType() |
String |
getUrl() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setThumbnail(String thumbnail) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setWidth(int width) |
String |
toString() |
public String getType()
public void setType(String type)
type - the type to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic String getThumbnail()
public void setThumbnail(String thumbnail)
thumbnail - the thumbnail to setpublic int getWidth()
public void setWidth(int width)
width - the width to setpublic int getHeight()
public void setHeight(int height)
height - the height to setCopyright © 2012. All Rights Reserved.