public class ImportBatchModel extends BatchModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
GROUP
Generated constant - Attribute key of
ImportBatch.group attribute defined at extension impex. |
static java.lang.String |
IMPORTBATCHCONTENT
Generated constant - Attribute key of
ImportBatch.importBatchContent attribute defined at extension impex. |
static java.lang.String |
IMPORTCONTENTCODE
Generated constant - Attribute key of
ImportBatch.importContentCode attribute defined at extension impex. |
static java.lang.String |
METADATA
Generated constant - Attribute key of
ImportBatch.metadata attribute defined at extension impex. |
_DISTRIBUTEDPROCESS2BATCHRELATION, EXECUTIONID, ID, PROCESS, REMAININGWORKLOAD, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ImportBatchModel()
Generated constructor - Default constructor for generic creation.
|
ImportBatchModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ImportBatchModel(java.lang.String _executionId,
java.lang.String _id,
DistributedProcessModel _process,
BatchType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ImportBatchModel(java.lang.String _executionId,
java.lang.String _id,
java.lang.String _importContentCode,
java.lang.String _metadata,
ItemModel _owner,
DistributedProcessModel _process,
BatchType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
int |
getGroup()
Generated method - Getter of the
ImportBatch.group attribute defined at extension impex. |
ImportBatchContentModel |
getImportBatchContent()
Generated method - Getter of the
ImportBatch.importBatchContent dynamic attribute defined at extension impex. |
java.lang.String |
getImportContentCode()
Generated method - Getter of the
ImportBatch.importContentCode attribute defined at extension impex. |
java.lang.String |
getMetadata()
Generated method - Getter of the
ImportBatch.metadata attribute defined at extension impex. |
void |
setGroup(int value)
Generated method - Initial setter of
ImportBatch.group attribute defined at extension impex. |
void |
setImportContentCode(java.lang.String value)
Generated method - Initial setter of
ImportBatch.importContentCode attribute defined at extension impex. |
void |
setMetadata(java.lang.String value)
Generated method - Initial setter of
ImportBatch.metadata attribute defined at extension impex. |
getExecutionId, getId, getProcess, getRemainingWorkLoad, getType, setExecutionId, setId, setProcess, setRemainingWorkLoad, setTypegetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String GROUP
ImportBatch.group attribute defined at extension impex.public static final java.lang.String METADATA
ImportBatch.metadata attribute defined at extension impex.public static final java.lang.String IMPORTCONTENTCODE
ImportBatch.importContentCode attribute defined at extension impex.public static final java.lang.String IMPORTBATCHCONTENT
ImportBatch.importBatchContent attribute defined at extension impex.public ImportBatchModel()
public ImportBatchModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ImportBatchModel(java.lang.String _executionId,
java.lang.String _id,
DistributedProcessModel _process,
BatchType _type)
_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@Deprecated
public ImportBatchModel(java.lang.String _executionId,
java.lang.String _id,
java.lang.String _importContentCode,
java.lang.String _metadata,
ItemModel _owner,
DistributedProcessModel _process,
BatchType _type)
_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@Accessor(qualifier="group", type=GETTER) public int getGroup()
ImportBatch.group attribute defined at extension impex.@Accessor(qualifier="importBatchContent", type=GETTER) public ImportBatchContentModel getImportBatchContent()
ImportBatch.importBatchContent dynamic attribute defined at extension impex.@Accessor(qualifier="importContentCode", type=GETTER) public java.lang.String getImportContentCode()
ImportBatch.importContentCode attribute defined at extension impex.@Accessor(qualifier="metadata", type=GETTER) public java.lang.String getMetadata()
ImportBatch.metadata attribute defined at extension impex.@Accessor(qualifier="group", type=SETTER) public void setGroup(int value)
ImportBatch.group attribute defined at extension impex. Can only be used at creation of model - before first save.value - the group@Accessor(qualifier="importContentCode", type=SETTER) public void setImportContentCode(java.lang.String value)
ImportBatch.importContentCode attribute defined at extension impex. Can only be used at creation of model - before first save.value - the importContentCodeCopyright © 2018 SAP SE. All Rights Reserved.