Class MediaEditorSectionConfiguration.MediaContent
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.MediaEditorSectionConfiguration.MediaContent
- Enclosing class:
- MediaEditorSectionConfiguration
Special class that holds all necessary media information
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MediaContent
public MediaContent()
-
-
Method Details
-
getData
public byte[] getData()- Returns:
- the data
-
setData
public void setData(byte[] data) - Parameters:
data- the data to set
-
getMimeType
- Returns:
- the mimeType
-
setMimeType
- Parameters:
mimeType- the mimeType to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getUrl
- Returns:
- the url
-
setUrl
- Parameters:
url- the url to set
-