Class MediaFormatMappingModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class MediaFormatMappingModel
    extends ItemModel
    Generated model class for type MediaFormatMapping first defined at extension core.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _MEDIACONTEXT2MEDIAFORMATMAPPINGREL

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

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

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

        public static final java.lang.String MEDIACONTEXT
        Generated constant - Attribute key of MediaFormatMapping.mediaContext attribute defined at extension core.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 Detail

      • 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