java.lang.Object
de.hybris.platform.cockpit.services.media.MediaInfo

public class MediaInfo extends Object
The Class MediaInfo.
  • Constructor Details

    • MediaInfo

      public MediaInfo()
  • Method Details

    • getFileExt

      public String getFileExt()
      Gets the file ext.
      Returns:
      the fileExt
    • setFileExt

      public void setFileExt(String fileExt)
      Sets the file ext.
      Parameters:
      fileExt - the fileExt to set
    • getMime

      public String getMime()
      Gets the mime.
      Returns:
      the mime
    • setMime

      public void setMime(String mime)
      Sets the mime.
      Parameters:
      mime - the mime to set
    • getIcon

      public String getIcon()
      Gets the icon.
      Returns:
      the icon
    • setIcon

      public void setIcon(String icon)
      Sets the icon.
      Parameters:
      icon - the icon to set