public class ImageUpload extends Object
Constructor and Description |
---|
ImageUpload(Image image) |
Modifier and Type | Method and Description |
---|---|
Image |
getImage() |
InputStream |
getInputStream() |
Map<String,Object> |
getProperties() |
String |
getStore() |
void |
setImage(Image image) |
void |
setInputStream(InputStream inputStream) |
void |
setStore(String store) |
public ImageUpload(Image image)
public Image getImage()
public void setImage(Image image)
public String getStore()
public void setStore(String store)
store
- the store to setpublic InputStream getInputStream()
public void setInputStream(InputStream inputStream)
inputStream
- the inputStream to setCopyright © 2012–2016. All rights reserved.