Class MediaFormatMappingModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.media.MediaFormatMappingModel
All Implemented Interfaces:
Serializable

public class MediaFormatMappingModel extends ItemModel
Generated model class for type MediaFormatMapping first defined at extension core.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation MediaContext2MediaFormatMappingRel defining source attribute mediaContext in extension core.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of MediaFormatMapping.mediaContext attribute defined at extension core.
    static final String
    Generated constant - Attribute key of MediaFormatMapping.source attribute defined at extension core.
    static final String
    Generated constant - Attribute key of MediaFormatMapping.target attribute defined at extension core.

    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
    Generated constructor - Default constructor for generic creation.
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
    MediaFormatMappingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the MediaFormatMapping.mediaContext attribute defined at extension core.
    Generated method - Getter of the MediaFormatMapping.source attribute defined at extension core.
    Generated method - Getter of the MediaFormatMapping.target attribute defined at extension core.
    void
    Generated method - Setter of MediaFormatMapping.mediaContext attribute defined at extension core.
    void
    Generated method - Initial setter of MediaFormatMapping.source attribute defined at extension core.
    void
    Generated method - Initial setter of MediaFormatMapping.target attribute defined at extension core.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _MEDIACONTEXT2MEDIAFORMATMAPPINGREL

      public static final String _MEDIACONTEXT2MEDIAFORMATMAPPINGREL
      Generated relation code constant for relation MediaContext2MediaFormatMappingRel defining source attribute mediaContext in extension core.
      See Also:
    • SOURCE

      public static final String SOURCE
      Generated constant - Attribute key of MediaFormatMapping.source attribute defined at extension core.
      See Also:
    • TARGET

      public static final String TARGET
      Generated constant - Attribute key of MediaFormatMapping.target attribute defined at extension core.
      See Also:
    • MEDIACONTEXT

      public static final String MEDIACONTEXT
      Generated constant - Attribute key of MediaFormatMapping.mediaContext attribute defined at extension core.
      See Also:
  • Constructor Details

    • MediaFormatMappingModel

      public MediaFormatMappingModel()
      Generated constructor - Default constructor for generic creation.
    • MediaFormatMappingModel

      public MediaFormatMappingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • MediaFormatMappingModel

      @Deprecated(since="4.1.1", forRemoval=true) public MediaFormatMappingModel(MediaContextModel _mediaContext, MediaFormatModel _source, MediaFormatModel _target)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _mediaContext - initial attribute declared by type MediaFormatMapping at extension core
      _source - initial attribute declared by type MediaFormatMapping at extension core
      _target - initial attribute declared by type MediaFormatMapping at extension core
    • MediaFormatMappingModel

      @Deprecated(since="4.1.1", forRemoval=true) public MediaFormatMappingModel(MediaContextModel _mediaContext, ItemModel _owner, MediaFormatModel _source, MediaFormatModel _target)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _mediaContext - initial attribute declared by type MediaFormatMapping at extension core
      _owner - initial attribute declared by type Item at extension core
      _source - initial attribute declared by type MediaFormatMapping at extension core
      _target - initial attribute declared by type MediaFormatMapping at extension core
  • Method Details

    • getMediaContext

      @Accessor(qualifier="mediaContext", type=GETTER) public MediaContextModel getMediaContext()
      Generated method - Getter of the MediaFormatMapping.mediaContext attribute defined at extension core.
      Returns:
      the mediaContext
    • getSource

      @Accessor(qualifier="source", type=GETTER) public MediaFormatModel getSource()
      Generated method - Getter of the MediaFormatMapping.source attribute defined at extension core.
      Returns:
      the source - Source format
    • getTarget

      @Accessor(qualifier="target", type=GETTER) public MediaFormatModel getTarget()
      Generated method - Getter of the MediaFormatMapping.target attribute defined at extension core.
      Returns:
      the target - Target format
    • setMediaContext

      @Accessor(qualifier="mediaContext", type=SETTER) public void setMediaContext(MediaContextModel value)
      Generated method - Setter of MediaFormatMapping.mediaContext attribute defined at extension core.
      Parameters:
      value - the mediaContext
    • setSource

      @Accessor(qualifier="source", type=SETTER) public void setSource(MediaFormatModel value)
      Generated method - Initial setter of MediaFormatMapping.source attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the source - Source format
    • setTarget

      @Accessor(qualifier="target", type=SETTER) public void setTarget(MediaFormatModel value)
      Generated method - Initial setter of MediaFormatMapping.target attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the target - Target format