Package org.dajlab.bricksetapi.v3.vo
Class Image
- java.lang.Object
-
- org.dajlab.bricksetapi.v3.vo.Image
-
public class Image extends Object
-
-
Constructor Summary
Constructors Constructor Description Image()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetImageURL()StringgetThumbnailURL()voidsetImageURL(String imageURL)voidsetThumbnailURL(String thumbnailURL)
-
-
-
Method Detail
-
getThumbnailURL
public String getThumbnailURL()
- Returns:
- the thumbnailURL
-
setThumbnailURL
public void setThumbnailURL(String thumbnailURL)
- Parameters:
thumbnailURL- the thumbnailURL to set
-
getImageURL
public String getImageURL()
- Returns:
- the imageURL
-
setImageURL
public void setImageURL(String imageURL)
- Parameters:
imageURL- the imageURL to set
-
-