public class ArtworkInfo extends Object
| Constructor and Description |
|---|
ArtworkInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename() |
String |
getStorageGroup() |
String |
getType() |
String |
getUrl() |
void |
setFilename(String filename) |
void |
setStorageGroup(String storageGroup) |
void |
setType(String type) |
void |
setUrl(String url) |
String |
toString() |
public String getUrl()
public void setUrl(String url)
url - the url to setpublic String getFilename()
public void setFilename(String filename)
filename - the filename to setpublic String getStorageGroup()
public void setStorageGroup(String storageGroup)
storageGroup - the storageGroup to setpublic String getType()
public void setType(String type)
type - the type to setCopyright © 2012. All Rights Reserved.