Class ExportModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReportModel

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

    • _TYPECODE

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

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

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

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

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

      public static final String DESCRIPTION
      Generated constant - Attribute key of Export.description attribute defined at extension impex.
      See Also:
  • Constructor Details

    • 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(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(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 Details

    • getCode

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

      @Accessor(qualifier="description", type=GETTER) public 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 String getDescription(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:
      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(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(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(String value, Locale loc)
      Generated method - Setter of Export.description attribute defined at extension impex.
      Parameters:
      value - the description - description
      loc - the value localization key
      Throws:
      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