Package de.hybris.platform.impex.model
Class ImportBatchModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processing.model.BatchModel
de.hybris.platform.impex.model.ImportBatchModel
- All Implemented Interfaces:
Serializable
Generated model class for type ImportBatch first defined at extension impex.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofImportBatch.groupattribute defined at extensionimpex.static final StringGenerated constant - Attribute key ofImportBatch.importBatchContentattribute defined at extensionimpex.static final StringGenerated constant - Attribute key ofImportBatch.importContentCodeattribute defined at extensionimpex.static final StringGenerated constant - Attribute key ofImportBatch.metadataattribute defined at extensionimpex.Fields inherited from class de.hybris.platform.processing.model.BatchModel
_DISTRIBUTEDPROCESS2BATCHRELATION, EXECUTIONID, ID, PROCESS, REMAININGWORKLOAD, TYPEFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.ImportBatchModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextImportBatchModel(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 parametersImportBatchModel(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 -
Method Summary
Modifier and TypeMethodDescriptionintgetGroup()Generated method - Getter of theImportBatch.groupattribute defined at extensionimpex.Generated method - Getter of theImportBatch.importBatchContentdynamic attribute defined at extensionimpex.Generated method - Getter of theImportBatch.importContentCodeattribute defined at extensionimpex.Generated method - Getter of theImportBatch.metadataattribute defined at extensionimpex.voidsetGroup(int value) Generated method - Initial setter ofImportBatch.groupattribute defined at extensionimpex.voidsetImportContentCode(String value) Generated method - Initial setter ofImportBatch.importContentCodeattribute defined at extensionimpex.voidsetMetadata(String value) Generated method - Initial setter ofImportBatch.metadataattribute defined at extensionimpex.Methods inherited from class de.hybris.platform.processing.model.BatchModel
getExecutionId, getId, getProcess, getRemainingWorkLoad, getType, setExecutionId, setId, setProcess, setRemainingWorkLoad, setTypeMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
GROUP
Generated constant - Attribute key ofImportBatch.groupattribute defined at extensionimpex.- See Also:
-
METADATA
Generated constant - Attribute key ofImportBatch.metadataattribute defined at extensionimpex.- See Also:
-
IMPORTCONTENTCODE
Generated constant - Attribute key ofImportBatch.importContentCodeattribute defined at extensionimpex.- See Also:
-
IMPORTBATCHCONTENT
Generated constant - Attribute key ofImportBatch.importBatchContentattribute defined at extensionimpex.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_executionId- initial attribute declared by typeBatchat extensionprocessing_id- initial attribute declared by typeBatchat extensionprocessing_process- initial attribute declared by typeBatchat extensionprocessing_type- initial attribute declared by typeBatchat extensionprocessing
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_executionId- initial attribute declared by typeBatchat extensionprocessing_id- initial attribute declared by typeBatchat extensionprocessing_importContentCode- initial attribute declared by typeImportBatchat extensionimpex_metadata- initial attribute declared by typeImportBatchat extensionimpex_owner- initial attribute declared by typeItemat extensioncore_process- initial attribute declared by typeBatchat extensionprocessing_type- initial attribute declared by typeBatchat extensionprocessing
-
-
Method Details
-
getGroup
@Accessor(qualifier="group", type=GETTER) public int getGroup()Generated method - Getter of theImportBatch.groupattribute defined at extensionimpex.- Returns:
- the group
-
getImportBatchContent
@Accessor(qualifier="importBatchContent", type=GETTER) public ImportBatchContentModel getImportBatchContent()Generated method - Getter of theImportBatch.importBatchContentdynamic attribute defined at extensionimpex.- Returns:
- the importBatchContent
-
getImportContentCode
Generated method - Getter of theImportBatch.importContentCodeattribute defined at extensionimpex.- Returns:
- the importContentCode
-
getMetadata
Generated method - Getter of theImportBatch.metadataattribute defined at extensionimpex.- Returns:
- the metadata
-
setGroup
@Accessor(qualifier="group", type=SETTER) public void setGroup(int value) Generated method - Initial setter ofImportBatch.groupattribute defined at extensionimpex. 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 ofImportBatch.importContentCodeattribute defined at extensionimpex. Can only be used at creation of model - before first save.- Parameters:
value- the importContentCode
-
setMetadata
Generated method - Initial setter ofImportBatch.metadataattribute defined at extensionimpex. Can only be used at creation of model - before first save.- Parameters:
value- the metadata
-