public class MediaInfo extends Object
| Constructor and Description |
|---|
MediaInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileExt()
Gets the file ext.
|
String |
getIcon()
Gets the icon.
|
String |
getMime()
Gets the mime.
|
void |
setFileExt(String fileExt)
Sets the file ext.
|
void |
setIcon(String icon)
Sets the icon.
|
void |
setMime(String mime)
Sets the mime.
|
public String getFileExt()
public void setFileExt(String fileExt)
fileExt - the fileExt to setpublic String getMime()
public void setMime(String mime)
mime - the mime to setpublic String getIcon()
public void setIcon(String icon)
icon - the icon to setCopyright © 2017 SAP SE. All Rights Reserved.