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:
java.io.Serializable
public class ImportBatchModel extends BatchModel
Generated model class for type ImportBatch first defined at extension impex.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringGROUPGenerated constant - Attribute key ofImportBatch.groupattribute defined at extensionimpex.static java.lang.StringIMPORTBATCHCONTENTGenerated constant - Attribute key ofImportBatch.importBatchContentattribute defined at extensionimpex.static java.lang.StringIMPORTCONTENTCODEGenerated constant - Attribute key ofImportBatch.importContentCodeattribute defined at extensionimpex.static java.lang.StringMETADATAGenerated constant - Attribute key ofImportBatch.metadataattribute defined at extensionimpex.-
Fields inherited from class de.hybris.platform.processing.model.BatchModel
_DISTRIBUTEDPROCESS2BATCHRELATION, EXECUTIONID, ID, PROCESS, REMAININGWORKLOAD, TYPE
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ImportBatchModel()Generated constructor - Default constructor for generic creation.ImportBatchModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextImportBatchModel(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 parametersImportBatchModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGroup()Generated method - Getter of theImportBatch.groupattribute defined at extensionimpex.ImportBatchContentModelgetImportBatchContent()Generated method - Getter of theImportBatch.importBatchContentdynamic attribute defined at extensionimpex.java.lang.StringgetImportContentCode()Generated method - Getter of theImportBatch.importContentCodeattribute defined at extensionimpex.java.lang.StringgetMetadata()Generated method - Getter of theImportBatch.metadataattribute defined at extensionimpex.voidsetGroup(int value)Generated method - Initial setter ofImportBatch.groupattribute defined at extensionimpex.voidsetImportContentCode(java.lang.String value)Generated method - Initial setter ofImportBatch.importContentCodeattribute defined at extensionimpex.voidsetMetadata(java.lang.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, setType
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 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 ofImportBatch.groupattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
METADATA
public static final java.lang.String METADATA
Generated constant - Attribute key ofImportBatch.metadataattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
IMPORTCONTENTCODE
public static final java.lang.String IMPORTCONTENTCODE
Generated constant - Attribute key ofImportBatch.importContentCodeattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
IMPORTBATCHCONTENT
public static final java.lang.String IMPORTBATCHCONTENT
Generated constant - Attribute key ofImportBatch.importBatchContentattribute defined at extensionimpex.- 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 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(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 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 Detail
-
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
@Accessor(qualifier="importContentCode", type=GETTER) public java.lang.String getImportContentCode()
Generated method - Getter of theImportBatch.importContentCodeattribute defined at extensionimpex.- Returns:
- the importContentCode
-
getMetadata
@Accessor(qualifier="metadata", type=GETTER) public java.lang.String 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(java.lang.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
-
-