public class BatchModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_DISTRIBUTEDPROCESS2BATCHRELATION
Generated relation code constant for relation
DistributedProcess2BatchRelation defining source attribute process in extension processing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
EXECUTIONID
Generated constant - Attribute key of
Batch.executionId attribute defined at extension processing. |
static String |
ID
Generated constant - Attribute key of
Batch.id attribute defined at extension processing. |
static String |
PROCESS
Generated constant - Attribute key of
Batch.process attribute defined at extension processing. |
static String |
REMAININGWORKLOAD
Generated constant - Attribute key of
Batch.remainingWorkLoad attribute defined at extension processing. |
static String |
TYPE
Generated constant - Attribute key of
Batch.type attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BatchModel()
Generated constructor - Default constructor for generic creation.
|
BatchModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
BatchModel(String _executionId,
String _id,
DistributedProcessModel _process,
BatchType _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BatchModel(String _executionId,
String _id,
ItemModel _owner,
DistributedProcessModel _process,
BatchType _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionId()
Generated method - Getter of the
Batch.executionId attribute defined at extension processing. |
String |
getId()
Generated method - Getter of the
Batch.id attribute defined at extension processing. |
DistributedProcessModel |
getProcess()
Generated method - Getter of the
Batch.process attribute defined at extension processing. |
long |
getRemainingWorkLoad()
Generated method - Getter of the
Batch.remainingWorkLoad attribute defined at extension processing. |
BatchType |
getType()
Generated method - Getter of the
Batch.type attribute defined at extension processing. |
void |
setExecutionId(String value)
Generated method - Initial setter of
Batch.executionId attribute defined at extension processing. |
void |
setId(String value)
Generated method - Initial setter of
Batch.id attribute defined at extension processing. |
void |
setProcess(DistributedProcessModel value)
Generated method - Initial setter of
Batch.process attribute defined at extension processing. |
void |
setRemainingWorkLoad(long value)
Generated method - Initial setter of
Batch.remainingWorkLoad attribute defined at extension processing. |
void |
setType(BatchType value)
Generated method - Initial setter of
Batch.type attribute defined at extension processing. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String _DISTRIBUTEDPROCESS2BATCHRELATION
DistributedProcess2BatchRelation defining source attribute process in extension processing.public static final String ID
Batch.id attribute defined at extension processing.public static final String EXECUTIONID
Batch.executionId attribute defined at extension processing.public static final String TYPE
Batch.type attribute defined at extension processing.public static final String REMAININGWORKLOAD
Batch.remainingWorkLoad attribute defined at extension processing.public static final String PROCESS
Batch.process attribute defined at extension processing.public BatchModel()
public BatchModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BatchModel(String _executionId, 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 BatchModel(String _executionId, String _id, 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_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="executionId", type=GETTER) public String getExecutionId()
Batch.executionId attribute defined at extension processing.@Accessor(qualifier="id", type=GETTER) public String getId()
Batch.id attribute defined at extension processing.@Accessor(qualifier="process", type=GETTER) public DistributedProcessModel getProcess()
Batch.process attribute defined at extension processing.@Accessor(qualifier="remainingWorkLoad", type=GETTER) public long getRemainingWorkLoad()
Batch.remainingWorkLoad attribute defined at extension processing.@Accessor(qualifier="type", type=GETTER) public BatchType getType()
Batch.type attribute defined at extension processing.@Accessor(qualifier="executionId", type=SETTER) public void setExecutionId(String value)
Batch.executionId attribute defined at extension processing. Can only be used at creation of model - before first save.value - the executionId@Accessor(qualifier="id", type=SETTER) public void setId(String value)
Batch.id attribute defined at extension processing. Can only be used at creation of model - before first save.value - the id@Accessor(qualifier="process", type=SETTER) public void setProcess(DistributedProcessModel value)
Batch.process attribute defined at extension processing. Can only be used at creation of model - before first save.value - the process@Accessor(qualifier="remainingWorkLoad", type=SETTER) public void setRemainingWorkLoad(long value)
Batch.remainingWorkLoad attribute defined at extension processing. Can only be used at creation of model - before first save.value - the remainingWorkLoadCopyright © 2017 SAP SE. All Rights Reserved.