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:
Serializable
Generated model class for type ConversionErrorLog first defined at extension mediaconversion.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationContainerToConversionErrorLogReldefining source attributecontainerin extensionmediaconversion.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofConversionErrorLog.containerattribute defined at extensionmediaconversion.static final StringGenerated constant - Attribute key ofConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.static final StringGenerated constant - Attribute key ofConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion.static final StringGenerated 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, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated 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, 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theConversionErrorLog.containerattribute defined at extensionmediaconversion.Generated method - Getter of theConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.Generated method - Getter of theConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion.Generated method - Getter of theConversionErrorLog.targetFormatattribute defined at extensionmediaconversion.voidsetContainer(MediaContainerModel value) Generated method - Initial setter ofConversionErrorLog.containerattribute defined at extensionmediaconversion.voidsetErrorMessage(String value) Generated method - Initial setter ofConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.voidsetSourceMedia(MediaModel value) Generated method - Initial setter ofConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion.voidGenerated 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, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_CONTAINERTOCONVERSIONERRORLOGREL
Generated relation code constant for relationContainerToConversionErrorLogReldefining source attributecontainerin extensionmediaconversion.- See Also:
-
TARGETFORMAT
Generated constant - Attribute key ofConversionErrorLog.targetFormatattribute defined at extensionmediaconversion.- See Also:
-
SOURCEMEDIA
Generated constant - Attribute key ofConversionErrorLog.sourceMediaattribute defined at extensionmediaconversion.- See Also:
-
ERRORMESSAGE
Generated constant - Attribute key ofConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.- See Also:
-
CONTAINER
Generated constant - Attribute key ofConversionErrorLog.containerattribute defined at extensionmediaconversion.- See Also:
-
-
Constructor Details
-
ConversionErrorLogModel
public ConversionErrorLogModel()Generated constructor - Default constructor for generic creation. -
ConversionErrorLogModel
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, 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 Details
-
getContainer
Generated method - Getter of theConversionErrorLog.containerattribute defined at extensionmediaconversion.- Returns:
- the container - The container for which the conversion failed.
-
getErrorMessage
Generated method - Getter of theConversionErrorLog.errorMessageattribute defined at extensionmediaconversion.- Returns:
- the errorMessage - Technical description of the error.
-
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
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
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
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.
-