public class EscalationTaskModel extends TaskModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ORDER
Generated constant - Attribute key of
EscalationTask.order attribute defined at extension b2bapprovalprocess. |
CONDITIONS, CONTEXT, CONTEXTITEM, EXECUTIONDATE, EXECUTIONTIMEMILLIS, EXPIRATIONDATE, EXPIRATIONTIMEMILLIS, FAILED, NODEGROUP, NODEID, RETRY, RUNNERBEAN, RUNNINGONCLUSTERNODE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
EscalationTaskModel()
Generated constructor - Default constructor for generic creation.
|
EscalationTaskModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
EscalationTaskModel(OrderModel _order,
ItemModel _owner,
String _runnerBean)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
EscalationTaskModel(OrderModel _order,
String _runnerBean)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
getOrder()
Generated method - Getter of the
EscalationTask.order attribute defined at extension b2bapprovalprocess. |
void |
setOrder(OrderModel value)
Generated method - Setter of
EscalationTask.order attribute defined at extension b2bapprovalprocess. |
getConditions, getContext, getContextItem, getExecutionDate, getExecutionTimeMillis, getExpirationDate, getExpirationTimeMillis, getFailed, getNodeGroup, getNodeId, getRetry, getRunnerBean, getRunningOnClusterNode, setConditions, setContext, setContextItem, setExecutionDate, setExecutionTimeMillis, setExpirationDate, setExpirationTimeMillis, setFailed, setNodeGroup, setNodeId, setRetry, setRunnerBean, setRunningOnClusterNodegetComments, 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 ORDER
EscalationTask.order attribute defined at extension b2bapprovalprocess.public EscalationTaskModel()
public EscalationTaskModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public EscalationTaskModel(OrderModel _order, String _runnerBean)
_order - initial attribute declared by type EscalationTask at extension b2bapprovalprocess_runnerBean - initial attribute declared by type Task at extension processing@Deprecated public EscalationTaskModel(OrderModel _order, ItemModel _owner, String _runnerBean)
_order - initial attribute declared by type EscalationTask at extension b2bapprovalprocess_owner - initial attribute declared by type Item at extension core_runnerBean - initial attribute declared by type Task at extension processing@Accessor(qualifier="order", type=GETTER) public OrderModel getOrder()
EscalationTask.order attribute defined at extension b2bapprovalprocess.@Accessor(qualifier="order", type=SETTER) public void setOrder(OrderModel value)
EscalationTask.order attribute defined at extension b2bapprovalprocess.value - the orderCopyright © 2017 SAP SE. All Rights Reserved.