Package de.hybris.platform.media
Interface MediaSource<SOURCE>
- All Known Implementing Classes:
JaloMediaSource,ModelMediaSource
public interface MediaSource<SOURCE>
Interface wrapper for wrapping source Media object.
-
Method Details
-
getDataPk
Long getDataPk() -
getMediaPk
Long getMediaPk() -
getLocation
String getLocation() -
getLocationHash
String getLocationHash() -
getMime
String getMime() -
getInternalUrl
String getInternalUrl() -
getRealFileName
String getRealFileName() -
getFolderQualifier
String getFolderQualifier() -
getSize
Long getSize() -
getSource
SOURCE getSource()
-