public class MediaDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
alternativeFormats |
protected String |
contentType |
protected String |
filePath |
| Constructor and Description |
|---|
MediaDTO() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAlternativeFormats() |
String |
getContentType() |
String |
getFilePath() |
void |
setAlternativeFormats(Map<String,String> alternativeFormats) |
void |
setContentType(String contentType) |
void |
setFilePath(String filePath) |
Copyright © 2014. All rights reserved.