public class Image extends Object implements Serializable
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename() |
UUID |
getImageuuid() |
String |
getName() |
String |
getUrl() |
void |
setFilename(String filename) |
void |
setImageuuid(UUID imageuuid) |
void |
setName(String name) |
void |
setUrl(String url) |
public UUID getImageuuid()
public void setImageuuid(UUID imageuuid)
imageuuid - the imageuuid to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic String getFilename()
public void setFilename(String filename)
filename - the filename to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.