public class ConsignmentProcessModel extends BusinessProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CONSIGNMENT2CONSIGNMENTPROCESS
Generated relation code constant for relation
Consignment2ConsignmentProcess defining source attribute consignment in extension basecommerce. |
static String |
_ORDERPROCESS2CONSIGNMENTPROCESS
Generated relation code constant for relation
OrderProcess2ConsignmentProcess defining source attribute parentProcess in extension basecommerce. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONSIGNMENT
Generated constant - Attribute key of
ConsignmentProcess.consignment attribute defined at extension basecommerce. |
static String |
DONE
Generated constant - Attribute key of
ConsignmentProcess.done attribute defined at extension yacceleratorordermanagement. |
static String |
PARENTPROCESS
Generated constant - Attribute key of
ConsignmentProcess.parentProcess attribute defined at extension basecommerce. |
static String |
WAITINGFORCONSIGNMENT
Generated constant - Attribute key of
ConsignmentProcess.waitingForConsignment attribute defined at extension yacceleratorordermanagement. |
static 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, PKLANGUAGE_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(String _code,
ItemModel _owner,
String _processDefinitionName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConsignmentProcessModel(String _code,
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, 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 _CONSIGNMENT2CONSIGNMENTPROCESS
Consignment2ConsignmentProcess defining source attribute consignment in extension basecommerce.public static final String _ORDERPROCESS2CONSIGNMENTPROCESS
OrderProcess2ConsignmentProcess defining source attribute parentProcess in extension basecommerce.public static final String CONSIGNMENT
ConsignmentProcess.consignment attribute defined at extension basecommerce.public static final String PARENTPROCESS
ConsignmentProcess.parentProcess attribute defined at extension basecommerce.public static final String DONE
ConsignmentProcess.done attribute defined at extension yacceleratorordermanagement.public static final String WAITINGFORCONSIGNMENT
ConsignmentProcess.waitingForConsignment attribute defined at extension yacceleratorordermanagement.public static final 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(String _code, 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(String _code, ItemModel _owner, 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 © 2017 SAP SE. All Rights Reserved.