public class ConsignmentProcessModel extends BusinessProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CONSIGNMENT2CONSIGNMENTPROCESS
Generated relation code constant for relation
Consignment2ConsignmentProcess defining source attribute consignment in extension basecommerce. |
static java.lang.String |
_ORDERPROCESS2CONSIGNMENTPROCESS
Generated relation code constant for relation
OrderProcess2ConsignmentProcess defining source attribute parentProcess in extension basecommerce. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONSIGNMENT
Generated constant - Attribute key of
ConsignmentProcess.consignment attribute defined at extension basecommerce. |
static java.lang.String |
DONE
Generated constant - Attribute key of
ConsignmentProcess.done attribute defined at extension yacceleratorordermanagement. |
static java.lang.String |
PARENTPROCESS
Generated constant - Attribute key of
ConsignmentProcess.parentProcess attribute defined at extension basecommerce. |
static java.lang.String |
WAITINGFORCONSIGNMENT
Generated constant - Attribute key of
ConsignmentProcess.waitingForConsignment attribute defined at extension yacceleratorordermanagement. |
static java.lang.String |
WAREHOUSECONSIGNMENTSTATE
Generated constant - Attribute key of
ConsignmentProcess.warehouseConsignmentState attribute defined at extension yacceleratorordermanagement. |
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 |
|---|
ConsignmentProcessModel()
Generated constructor - Default constructor for generic creation.
|
ConsignmentProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ConsignmentProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ConsignmentProcessModel(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
ConsignmentProcess.consignment attribute defined at extension basecommerce. |
OrderProcessModel |
getParentProcess()
Generated method - Getter of the
ConsignmentProcess.parentProcess attribute defined at extension basecommerce. |
WarehouseConsignmentState |
getWarehouseConsignmentState()
Generated method - Getter of the
ConsignmentProcess.warehouseConsignmentState attribute defined at extension yacceleratorordermanagement. |
boolean |
isDone()
Generated method - Getter of the
ConsignmentProcess.done attribute defined at extension yacceleratorordermanagement. |
boolean |
isWaitingForConsignment()
Generated method - Getter of the
ConsignmentProcess.waitingForConsignment attribute defined at extension yacceleratorordermanagement. |
void |
setConsignment(ConsignmentModel value)
Generated method - Setter of
ConsignmentProcess.consignment attribute defined at extension basecommerce. |
void |
setDone(boolean value)
Generated method - Setter of
ConsignmentProcess.done attribute defined at extension yacceleratorordermanagement. |
void |
setParentProcess(OrderProcessModel value)
Generated method - Setter of
ConsignmentProcess.parentProcess attribute defined at extension basecommerce. |
void |
setWaitingForConsignment(boolean value)
Generated method - Setter of
ConsignmentProcess.waitingForConsignment attribute defined at extension yacceleratorordermanagement. |
void |
setWarehouseConsignmentState(WarehouseConsignmentState value)
Generated method - Setter of
ConsignmentProcess.warehouseConsignmentState attribute defined at extension yacceleratorordermanagement. |
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 _CONSIGNMENT2CONSIGNMENTPROCESS
Consignment2ConsignmentProcess defining source attribute consignment in extension basecommerce.public static final java.lang.String _ORDERPROCESS2CONSIGNMENTPROCESS
OrderProcess2ConsignmentProcess defining source attribute parentProcess in extension basecommerce.public static final java.lang.String CONSIGNMENT
ConsignmentProcess.consignment attribute defined at extension basecommerce.public static final java.lang.String PARENTPROCESS
ConsignmentProcess.parentProcess attribute defined at extension basecommerce.public static final java.lang.String DONE
ConsignmentProcess.done attribute defined at extension yacceleratorordermanagement.public static final java.lang.String WAITINGFORCONSIGNMENT
ConsignmentProcess.waitingForConsignment attribute defined at extension yacceleratorordermanagement.public static final java.lang.String WAREHOUSECONSIGNMENTSTATE
ConsignmentProcess.warehouseConsignmentState attribute defined at extension yacceleratorordermanagement.public ConsignmentProcessModel()
public ConsignmentProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ConsignmentProcessModel(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 ConsignmentProcessModel(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()
ConsignmentProcess.consignment attribute defined at extension basecommerce.@Accessor(qualifier="parentProcess", type=GETTER) public OrderProcessModel getParentProcess()
ConsignmentProcess.parentProcess attribute defined at extension basecommerce.@Accessor(qualifier="warehouseConsignmentState", type=GETTER) public WarehouseConsignmentState getWarehouseConsignmentState()
ConsignmentProcess.warehouseConsignmentState attribute defined at extension yacceleratorordermanagement.@Accessor(qualifier="done", type=GETTER) public boolean isDone()
ConsignmentProcess.done attribute defined at extension yacceleratorordermanagement.@Accessor(qualifier="waitingForConsignment", type=GETTER) public boolean isWaitingForConsignment()
ConsignmentProcess.waitingForConsignment attribute defined at extension yacceleratorordermanagement.@Accessor(qualifier="consignment", type=SETTER) public void setConsignment(ConsignmentModel value)
ConsignmentProcess.consignment attribute defined at extension basecommerce.value - the consignment@Accessor(qualifier="done", type=SETTER) public void setDone(boolean value)
ConsignmentProcess.done attribute defined at extension yacceleratorordermanagement.value - the done - Mark process as done@Accessor(qualifier="parentProcess", type=SETTER) public void setParentProcess(OrderProcessModel value)
ConsignmentProcess.parentProcess attribute defined at extension basecommerce.value - the parentProcess@Accessor(qualifier="waitingForConsignment", type=SETTER) public void setWaitingForConsignment(boolean value)
ConsignmentProcess.waitingForConsignment attribute defined at extension yacceleratorordermanagement.value - the waitingForConsignment - Mark that process is waiting for consignment@Accessor(qualifier="warehouseConsignmentState", type=SETTER) public void setWarehouseConsignmentState(WarehouseConsignmentState value)
ConsignmentProcess.warehouseConsignmentState attribute defined at extension yacceleratorordermanagement.value - the warehouseConsignmentState - State of warehouse process.Copyright © 2018 SAP SE. All Rights Reserved.