public class Thumbnail
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
_height |
protected java.lang.String |
_url |
protected int |
_width |
Constructor and Description |
---|
Thumbnail() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
java.lang.String |
getUrl() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setUrl(java.lang.String url) |
void |
setWidth(int width) |