public class FileObject extends Object implements Serializable
| Constructor and Description |
|---|
FileObject() |
| Modifier and Type | Method and Description |
|---|---|
Party |
getCreator() |
String |
getFilename() |
UUID |
getFileuuid() |
String |
getName() |
String |
getUrl() |
void |
setCreator(Party creator) |
void |
setFilename(String filename) |
void |
setFileuuid(UUID imageuuid) |
void |
setName(String name) |
void |
setUrl(String url) |
public UUID getFileuuid()
public void setFileuuid(UUID imageuuid)
imageuuid - the fileuuid 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 setpublic Party getCreator()
public void setCreator(Party creator)
creator - the creator to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.