Class MediaInfo
- java.lang.Object
-
- de.hybris.platform.cockpit.services.media.MediaInfo
-
public class MediaInfo extends java.lang.ObjectThe Class MediaInfo.
-
-
Constructor Summary
Constructors Constructor Description MediaInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFileExt()Gets the file ext.java.lang.StringgetIcon()Gets the icon.java.lang.StringgetMime()Gets the mime.voidsetFileExt(java.lang.String fileExt)Sets the file ext.voidsetIcon(java.lang.String icon)Sets the icon.voidsetMime(java.lang.String mime)Sets the mime.
-
-
-
Method Detail
-
getFileExt
public java.lang.String getFileExt()
Gets the file ext.- Returns:
- the fileExt
-
setFileExt
public void setFileExt(java.lang.String fileExt)
Sets the file ext.- Parameters:
fileExt- the fileExt to set
-
getMime
public java.lang.String getMime()
Gets the mime.- Returns:
- the mime
-
setMime
public void setMime(java.lang.String mime)
Sets the mime.- Parameters:
mime- the mime to set
-
getIcon
public java.lang.String getIcon()
Gets the icon.- Returns:
- the icon
-
setIcon
public void setIcon(java.lang.String icon)
Sets the icon.- Parameters:
icon- the icon to set
-
-