Class ConversionErrorLogModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.mediaconversion.model.ConversionErrorLogModel
-
- All Implemented Interfaces:
java.io.Serializable
public class ConversionErrorLogModel extends ItemModel
Generated model class for type ConversionErrorLog first defined at extension mediaconversion.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_CONTAINERTOCONVERSIONERRORLOGRELGenerated relation code constant for relationContainerToConversionErrorLogReldefining source attributecontainerin extensionmediaconversion.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCONTAINERGenerated constant - Attribute key ofConversionErrorLog.containerattribute defined at extensionmediaconversion.static java.lang.StringERRORMESSAGEGenerated constant - Attribute key ofConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.static java.lang.StringSOURCEMEDIAGenerated constant - Attribute key ofConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion.static java.lang.StringTARGETFORMATGenerated constant - Attribute key ofConversionErrorLog.targetFormatattribute defined at extensionmediaconversion.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ConversionErrorLogModel()Generated constructor - Default constructor for generic creation.ConversionErrorLogModel(MediaContainerModel _container, ConversionMediaFormatModel _targetFormat)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConversionErrorLogModel(MediaContainerModel _container, java.lang.String _errorMessage, ItemModel _owner, MediaModel _sourceMedia, ConversionMediaFormatModel _targetFormat)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConversionErrorLogModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaContainerModelgetContainer()Generated method - Getter of theConversionErrorLog.containerattribute defined at extensionmediaconversion.java.lang.StringgetErrorMessage()Generated method - Getter of theConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.MediaModelgetSourceMedia()Generated method - Getter of theConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion.ConversionMediaFormatModelgetTargetFormat()Generated method - Getter of theConversionErrorLog.targetFormatattribute defined at extensionmediaconversion.voidsetContainer(MediaContainerModel value)Generated method - Initial setter ofConversionErrorLog.containerattribute defined at extensionmediaconversion.voidsetErrorMessage(java.lang.String value)Generated method - Initial setter ofConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.voidsetSourceMedia(MediaModel value)Generated method - Initial setter ofConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion.voidsetTargetFormat(ConversionMediaFormatModel value)Generated method - Initial setter ofConversionErrorLog.targetFormatattribute defined at extensionmediaconversion.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_CONTAINERTOCONVERSIONERRORLOGREL
public static final java.lang.String _CONTAINERTOCONVERSIONERRORLOGREL
Generated relation code constant for relationContainerToConversionErrorLogReldefining source attributecontainerin extensionmediaconversion.- See Also:
- Constant Field Values
-
TARGETFORMAT
public static final java.lang.String TARGETFORMAT
Generated constant - Attribute key ofConversionErrorLog.targetFormatattribute defined at extensionmediaconversion.- See Also:
- Constant Field Values
-
SOURCEMEDIA
public static final java.lang.String SOURCEMEDIA
Generated constant - Attribute key ofConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion.- See Also:
- Constant Field Values
-
ERRORMESSAGE
public static final java.lang.String ERRORMESSAGE
Generated constant - Attribute key ofConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.- See Also:
- Constant Field Values
-
CONTAINER
public static final java.lang.String CONTAINER
Generated constant - Attribute key ofConversionErrorLog.containerattribute defined at extensionmediaconversion.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConversionErrorLogModel
public ConversionErrorLogModel()
Generated constructor - Default constructor for generic creation.
-
ConversionErrorLogModel
public ConversionErrorLogModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ConversionErrorLogModel
@Deprecated(since="4.1.1", forRemoval=true) public ConversionErrorLogModel(MediaContainerModel _container, ConversionMediaFormatModel _targetFormat)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_container- initial attribute declared by typeConversionErrorLogat extensionmediaconversion_targetFormat- initial attribute declared by typeConversionErrorLogat extensionmediaconversion
-
ConversionErrorLogModel
@Deprecated(since="4.1.1", forRemoval=true) public ConversionErrorLogModel(MediaContainerModel _container, java.lang.String _errorMessage, ItemModel _owner, MediaModel _sourceMedia, ConversionMediaFormatModel _targetFormat)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_container- initial attribute declared by typeConversionErrorLogat extensionmediaconversion_errorMessage- initial attribute declared by typeConversionErrorLogat extensionmediaconversion_owner- initial attribute declared by typeItemat extensioncore_sourceMedia- initial attribute declared by typeConversionErrorLogat extensionmediaconversion_targetFormat- initial attribute declared by typeConversionErrorLogat extensionmediaconversion
-
-
Method Detail
-
getContainer
@Accessor(qualifier="container", type=GETTER) public MediaContainerModel getContainer()
Generated method - Getter of theConversionErrorLog.containerattribute defined at extensionmediaconversion.- Returns:
- the container - The container for which the conversion failed.
-
getErrorMessage
@Accessor(qualifier="errorMessage", type=GETTER) public java.lang.String getErrorMessage()
Generated method - Getter of theConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.- Returns:
- the errorMessage - Technical description of the error.
-
getSourceMedia
@Accessor(qualifier="sourceMedia", type=GETTER) public MediaModel getSourceMedia()
Generated method - Getter of theConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion.- Returns:
- the sourceMedia - The source Media.
-
getTargetFormat
@Accessor(qualifier="targetFormat", type=GETTER) public ConversionMediaFormatModel getTargetFormat()
Generated method - Getter of theConversionErrorLog.targetFormatattribute defined at extensionmediaconversion.- Returns:
- the targetFormat - The targeted format, for which the conversion failed.
-
setContainer
@Accessor(qualifier="container", type=SETTER) public void setContainer(MediaContainerModel value)
Generated method - Initial setter ofConversionErrorLog.containerattribute defined at extensionmediaconversion. Can only be used at creation of model - before first save.- Parameters:
value- the container - The container for which the conversion failed.
-
setErrorMessage
@Accessor(qualifier="errorMessage", type=SETTER) public void setErrorMessage(java.lang.String value)
Generated method - Initial setter ofConversionErrorLog.errorMessageattribute defined at extensionmediaconversion. Can only be used at creation of model - before first save.- Parameters:
value- the errorMessage - Technical description of the error.
-
setSourceMedia
@Accessor(qualifier="sourceMedia", type=SETTER) public void setSourceMedia(MediaModel value)
Generated method - Initial setter ofConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion. Can only be used at creation of model - before first save.- Parameters:
value- the sourceMedia - The source Media.
-
setTargetFormat
@Accessor(qualifier="targetFormat", type=SETTER) public void setTargetFormat(ConversionMediaFormatModel value)
Generated method - Initial setter ofConversionErrorLog.targetFormatattribute defined at extensionmediaconversion. Can only be used at creation of model - before first save.- Parameters:
value- the targetFormat - The targeted format, for which the conversion failed.
-
-