Class ImportBatchModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class ImportBatchModel extends BatchModel
Generated model class for type ImportBatch first defined at extension impex.
See Also:
  • Field Details

    • _TYPECODE

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

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

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

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

      public static final String IMPORTBATCHCONTENT
      Generated constant - Attribute key of ImportBatch.importBatchContent attribute defined at extension impex.
      See Also:
  • Constructor Details

    • ImportBatchModel

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

      public ImportBatchModel(de.hybris.platform.servicelayer.model.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(String _executionId, 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(String _executionId, String _id, String _importContentCode, 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 Details

    • 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 String getImportContentCode()
      Generated method - Getter of the ImportBatch.importContentCode attribute defined at extension impex.
      Returns:
      the importContentCode
    • getMetadata

      @Accessor(qualifier="metadata", type=GETTER) public 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(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(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