Class MediaFormatMappingModel

All Implemented Interfaces:
Serializable

public class MediaFormatMappingModel extends ItemModel
Generated model class for type MediaFormatMapping first defined at extension core.
See Also:
  • 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(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