Class ImportBatchModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImportBatchModel
    extends BatchModel
    Generated model class for type ImportBatch 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
      • GROUP

        public static final java.lang.String GROUP
        Generated constant - Attribute key of ImportBatch.group attribute defined at extension impex.
        See Also:
        Constant Field Values
      • METADATA

        public static final java.lang.String METADATA
        Generated constant - Attribute key of ImportBatch.metadata attribute defined at extension impex.
        See Also:
        Constant Field Values
      • IMPORTCONTENTCODE

        public static final java.lang.String IMPORTCONTENTCODE
        Generated constant - Attribute key of ImportBatch.importContentCode attribute defined at extension impex.
        See Also:
        Constant Field Values
      • IMPORTBATCHCONTENT

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

      • ImportBatchModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ImportBatchModel​(java.lang.String _executionId,
                                java.lang.String _id,
                                DistributedProcessModel _process,
                                BatchType _type)
        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:
        _executionId - initial attribute declared by type Batch at extension processing
        _id - initial attribute declared by type Batch at extension processing
        _process - initial attribute declared by type Batch at extension processing
        _type - initial attribute declared by type Batch at extension processing
      • ImportBatchModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ImportBatchModel​(java.lang.String _executionId,
                                java.lang.String _id,
                                java.lang.String _importContentCode,
                                java.lang.String _metadata,
                                ItemModel _owner,
                                DistributedProcessModel _process,
                                BatchType _type)
        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:
        _executionId - initial attribute declared by type Batch at extension processing
        _id - initial attribute declared by type Batch at extension processing
        _importContentCode - initial attribute declared by type ImportBatch at extension impex
        _metadata - initial attribute declared by type ImportBatch at extension impex
        _owner - initial attribute declared by type Item at extension core
        _process - initial attribute declared by type Batch at extension processing
        _type - initial attribute declared by type Batch at extension processing
    • Method Detail

      • getGroup

        @Accessor(qualifier="group",
                  type=GETTER)
        public int getGroup()
        Generated method - Getter of the ImportBatch.group attribute defined at extension impex.
        Returns:
        the group
      • getImportBatchContent

        @Accessor(qualifier="importBatchContent",
                  type=GETTER)
        public ImportBatchContentModel getImportBatchContent()
        Generated method - Getter of the ImportBatch.importBatchContent dynamic attribute defined at extension impex.
        Returns:
        the importBatchContent
      • getImportContentCode

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

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

        @Accessor(qualifier="group",
                  type=SETTER)
        public void setGroup​(int value)
        Generated method - Initial setter of ImportBatch.group attribute defined at extension impex. Can only be used at creation of model - before first save.
        Parameters:
        value - the group
      • setImportContentCode

        @Accessor(qualifier="importContentCode",
                  type=SETTER)
        public void setImportContentCode​(java.lang.String value)
        Generated method - Initial setter of ImportBatch.importContentCode attribute defined at extension impex. Can only be used at creation of model - before first save.
        Parameters:
        value - the importContentCode
      • setMetadata

        @Accessor(qualifier="metadata",
                  type=SETTER)
        public void setMetadata​(java.lang.String value)
        Generated method - Initial setter of ImportBatch.metadata attribute defined at extension impex. Can only be used at creation of model - before first save.
        Parameters:
        value - the metadata