public class SapConsignmentProcessModel extends BusinessProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CONSIGNMENT2SAPCONSIGNMENTPROCESS
Generated relation code constant for relation
Consignment2SapConsignmentProcess defining source attribute consignment in extension saporderexchangeoms. |
static java.lang.String |
_ORDERPROCESS2SAPCONSIGNMENTPROCESS
Generated relation code constant for relation
OrderProcess2SapConsignmentProcess defining source attribute parentProcess in extension saporderexchangeoms. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONSIGNMENT
Generated constant - Attribute key of
SapConsignmentProcess.consignment attribute defined at extension saporderexchangeoms. |
static java.lang.String |
DONE
Generated constant - Attribute key of
SapConsignmentProcess.done attribute defined at extension saporderexchangeoms. |
static java.lang.String |
PARENTPROCESS
Generated constant - Attribute key of
SapConsignmentProcess.parentProcess attribute defined at extension saporderexchangeoms. |
static java.lang.String |
WAITINGFORCONSIGNMENT
Generated constant - Attribute key of
SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms. |
static java.lang.String |
WAREHOUSECONSIGNMENTSTATE
Generated constant - Attribute key of
SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms. |
CODE, CONTEXTPARAMETERS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SapConsignmentProcessModel()
Generated constructor - Default constructor for generic creation.
|
SapConsignmentProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SapConsignmentProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SapConsignmentProcessModel(java.lang.String _code,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
getConsignment()
Generated method - Getter of the
SapConsignmentProcess.consignment attribute defined at extension saporderexchangeoms. |
OrderProcessModel |
getParentProcess()
Generated method - Getter of the
SapConsignmentProcess.parentProcess attribute defined at extension saporderexchangeoms. |
WarehouseConsignmentState |
getWarehouseConsignmentState()
Generated method - Getter of the
SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms. |
boolean |
isDone()
Generated method - Getter of the
SapConsignmentProcess.done attribute defined at extension saporderexchangeoms. |
boolean |
isWaitingForConsignment()
Generated method - Getter of the
SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms. |
void |
setConsignment(ConsignmentModel value)
Generated method - Setter of
SapConsignmentProcess.consignment attribute defined at extension saporderexchangeoms. |
void |
setDone(boolean value)
Generated method - Setter of
SapConsignmentProcess.done attribute defined at extension saporderexchangeoms. |
void |
setParentProcess(OrderProcessModel value)
Generated method - Setter of
SapConsignmentProcess.parentProcess attribute defined at extension saporderexchangeoms. |
void |
setWaitingForConsignment(boolean value)
Generated method - Setter of
SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms. |
void |
setWarehouseConsignmentState(WarehouseConsignmentState value)
Generated method - Setter of
SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms. |
getCode, getContextParameters, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setCode, setContextParameters, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUsergetComments, 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 _CONSIGNMENT2SAPCONSIGNMENTPROCESS
Consignment2SapConsignmentProcess defining source attribute consignment in extension saporderexchangeoms.public static final java.lang.String _ORDERPROCESS2SAPCONSIGNMENTPROCESS
OrderProcess2SapConsignmentProcess defining source attribute parentProcess in extension saporderexchangeoms.public static final java.lang.String WAITINGFORCONSIGNMENT
SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms.public static final java.lang.String WAREHOUSECONSIGNMENTSTATE
SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms.public static final java.lang.String DONE
SapConsignmentProcess.done attribute defined at extension saporderexchangeoms.public static final java.lang.String CONSIGNMENT
SapConsignmentProcess.consignment attribute defined at extension saporderexchangeoms.public static final java.lang.String PARENTPROCESS
SapConsignmentProcess.parentProcess attribute defined at extension saporderexchangeoms.public SapConsignmentProcessModel()
public SapConsignmentProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SapConsignmentProcessModel(java.lang.String _code,
java.lang.String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Deprecated
public SapConsignmentProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
_code - initial attribute declared by type BusinessProcess at extension processing_owner - initial attribute declared by type Item at extension core_processDefinitionName - initial attribute declared by type BusinessProcess at extension processing@Accessor(qualifier="consignment", type=GETTER) public ConsignmentModel getConsignment()
SapConsignmentProcess.consignment attribute defined at extension saporderexchangeoms.@Accessor(qualifier="parentProcess", type=GETTER) public OrderProcessModel getParentProcess()
SapConsignmentProcess.parentProcess attribute defined at extension saporderexchangeoms.@Accessor(qualifier="warehouseConsignmentState", type=GETTER) public WarehouseConsignmentState getWarehouseConsignmentState()
SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms.@Accessor(qualifier="done", type=GETTER) public boolean isDone()
SapConsignmentProcess.done attribute defined at extension saporderexchangeoms.@Accessor(qualifier="waitingForConsignment", type=GETTER) public boolean isWaitingForConsignment()
SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms.@Accessor(qualifier="consignment", type=SETTER) public void setConsignment(ConsignmentModel value)
SapConsignmentProcess.consignment attribute defined at extension saporderexchangeoms.value - the consignment@Accessor(qualifier="done", type=SETTER) public void setDone(boolean value)
SapConsignmentProcess.done attribute defined at extension saporderexchangeoms.value - the done - Mark process as done@Accessor(qualifier="parentProcess", type=SETTER) public void setParentProcess(OrderProcessModel value)
SapConsignmentProcess.parentProcess attribute defined at extension saporderexchangeoms.value - the parentProcess@Accessor(qualifier="waitingForConsignment", type=SETTER) public void setWaitingForConsignment(boolean value)
SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms.value - the waitingForConsignment - Mark that process is waiting for consignment@Accessor(qualifier="warehouseConsignmentState", type=SETTER) public void setWarehouseConsignmentState(WarehouseConsignmentState value)
SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms.value - the warehouseConsignmentState - State of warehouse process.Copyright © 2018 SAP SE. All Rights Reserved.