public class SapConsignmentProcessModel extends BusinessProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CONSIGNMENT2SAPCONSIGNMENTPROCESS
Generated relation code constant for relation
Consignment2SapConsignmentProcess defining source attribute consignment in extension ysapomsfulfillment. |
static String |
_ORDERPROCESS2SAPCONSIGNMENTPROCESS
Generated relation code constant for relation
OrderProcess2SapConsignmentProcess defining source attribute parentProcess in extension ysapomsfulfillment. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONSIGNMENT
Generated constant - Attribute key of
SapConsignmentProcess.consignment attribute defined at extension ysapomsfulfillment. |
static String |
DONE
Generated constant - Attribute key of
SapConsignmentProcess.done attribute defined at extension saporderexchangeoms. |
static String |
PARENTPROCESS
Generated constant - Attribute key of
SapConsignmentProcess.parentProcess attribute defined at extension ysapomsfulfillment. |
static String |
WAITINGFORCONSIGNMENT
Generated constant - Attribute key of
SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms. |
static 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, PKLANGUAGE_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(String _code,
ItemModel _owner,
String _processDefinitionName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SapConsignmentProcessModel(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
SapConsignmentProcess.consignment attribute defined at extension ysapomsfulfillment. |
OrderProcessModel |
getParentProcess()
Generated method - Getter of the
SapConsignmentProcess.parentProcess attribute defined at extension ysapomsfulfillment. |
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 ysapomsfulfillment. |
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 ysapomsfulfillment. |
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, 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 _CONSIGNMENT2SAPCONSIGNMENTPROCESS
Consignment2SapConsignmentProcess defining source attribute consignment in extension ysapomsfulfillment.public static final String _ORDERPROCESS2SAPCONSIGNMENTPROCESS
OrderProcess2SapConsignmentProcess defining source attribute parentProcess in extension ysapomsfulfillment.public static final String WAITINGFORCONSIGNMENT
SapConsignmentProcess.waitingForConsignment attribute defined at extension saporderexchangeoms.public static final String WAREHOUSECONSIGNMENTSTATE
SapConsignmentProcess.warehouseConsignmentState attribute defined at extension saporderexchangeoms.public static final String DONE
SapConsignmentProcess.done attribute defined at extension saporderexchangeoms.public static final String CONSIGNMENT
SapConsignmentProcess.consignment attribute defined at extension ysapomsfulfillment.public static final String PARENTPROCESS
SapConsignmentProcess.parentProcess attribute defined at extension ysapomsfulfillment.public SapConsignmentProcessModel()
public SapConsignmentProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SapConsignmentProcessModel(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 SapConsignmentProcessModel(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()
SapConsignmentProcess.consignment attribute defined at extension ysapomsfulfillment.@Accessor(qualifier="parentProcess", type=GETTER) public OrderProcessModel getParentProcess()
SapConsignmentProcess.parentProcess attribute defined at extension ysapomsfulfillment.@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 ysapomsfulfillment.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 ysapomsfulfillment.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 © 2017 SAP SE. All Rights Reserved.