Class ExportModel

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ReportModel

    public class ExportModel
    extends ItemModel
    Generated model class for type Export first defined at extension impex.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String CODE
        Generated constant - Attribute key of Export.code attribute defined at extension impex.
        See Also:
        Constant Field Values
      • EXPORTEDMEDIAS

        public static final java.lang.String EXPORTEDMEDIAS
        Generated constant - Attribute key of Export.exportedMedias attribute defined at extension impex.
        See Also:
        Constant Field Values
      • EXPORTEDDATA

        public static final java.lang.String EXPORTEDDATA
        Generated constant - Attribute key of Export.exportedData attribute defined at extension impex.
        See Also:
        Constant Field Values
      • EXPORTSCRIPT

        public static final java.lang.String EXPORTSCRIPT
        Generated constant - Attribute key of Export.exportScript attribute defined at extension impex.
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Generated constant - Attribute key of Export.description attribute defined at extension impex.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExportModel

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

        public ExportModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • ExportModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ExportModel​(java.lang.String _code)
        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:
        _code - initial attribute declared by type Export at extension impex
      • ExportModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ExportModel​(java.lang.String _code,
                           ItemModel _owner)
        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:
        _code - initial attribute declared by type Export at extension impex
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the Export.code attribute defined at extension impex.
        Returns:
        the code
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription()
        Generated method - Getter of the Export.description attribute defined at extension impex.
        Returns:
        the description - description
      • getDescription

        @Accessor(qualifier="description",
                  type=GETTER)
        public java.lang.String getDescription​(java.util.Locale loc)
        Generated method - Getter of the Export.description attribute defined at extension impex.
        Parameters:
        loc - the value localization key
        Returns:
        the description - description
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • getExportedData

        @Accessor(qualifier="exportedData",
                  type=GETTER)
        public ImpExExportMediaModel getExportedData()
        Generated method - Getter of the Export.exportedData attribute defined at extension impex.
        Returns:
        the exportedData - contains the exported data
      • getExportedMedias

        @Accessor(qualifier="exportedMedias",
                  type=GETTER)
        public ImpExExportMediaModel getExportedMedias()
        Generated method - Getter of the Export.exportedMedias attribute defined at extension impex.
        Returns:
        the exportedMedias - contains the exported medias
      • getExportScript

        @Accessor(qualifier="exportScript",
                  type=GETTER)
        public ImpExMediaModel getExportScript()
        Generated method - Getter of the Export.exportScript attribute defined at extension impex.
        Returns:
        the exportScript - contains the export script
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Setter of Export.code attribute defined at extension impex.
        Parameters:
        value - the code
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value)
        Generated method - Setter of Export.description attribute defined at extension impex.
        Parameters:
        value - the description - description
      • setDescription

        @Accessor(qualifier="description",
                  type=SETTER)
        public void setDescription​(java.lang.String value,
                                   java.util.Locale loc)
        Generated method - Setter of Export.description attribute defined at extension impex.
        Parameters:
        value - the description - description
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setExportedData

        @Accessor(qualifier="exportedData",
                  type=SETTER)
        public void setExportedData​(ImpExExportMediaModel value)
        Generated method - Setter of Export.exportedData attribute defined at extension impex.
        Parameters:
        value - the exportedData - contains the exported data
      • setExportedMedias

        @Accessor(qualifier="exportedMedias",
                  type=SETTER)
        public void setExportedMedias​(ImpExExportMediaModel value)
        Generated method - Setter of Export.exportedMedias attribute defined at extension impex.
        Parameters:
        value - the exportedMedias - contains the exported medias
      • setExportScript

        @Accessor(qualifier="exportScript",
                  type=SETTER)
        public void setExportScript​(ImpExMediaModel value)
        Generated method - Setter of Export.exportScript attribute defined at extension impex.
        Parameters:
        value - the exportScript - contains the export script