public class QuoteProcessModel extends BusinessProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ORDERCODE
Generated constant - Attribute key of
QuoteProcess.orderCode attribute defined at extension sapquoteintegration. |
static java.lang.String |
QUOTECODE
Generated constant - Attribute key of
QuoteProcess.quoteCode attribute defined at extension commerceservices. |
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 |
|---|
QuoteProcessModel()
Generated constructor - Default constructor for generic creation.
|
QuoteProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
QuoteProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
QuoteProcessModel(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 |
|---|---|
java.lang.String |
getOrderCode()
Generated method - Getter of the
QuoteProcess.orderCode attribute defined at extension sapquoteintegration. |
java.lang.String |
getQuoteCode()
Generated method - Getter of the
QuoteProcess.quoteCode attribute defined at extension commerceservices. |
void |
setOrderCode(java.lang.String value)
Generated method - Setter of
QuoteProcess.orderCode attribute defined at extension sapquoteintegration. |
void |
setQuoteCode(java.lang.String value)
Generated method - Setter of
QuoteProcess.quoteCode attribute defined at extension commerceservices. |
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 QUOTECODE
QuoteProcess.quoteCode attribute defined at extension commerceservices.public static final java.lang.String ORDERCODE
QuoteProcess.orderCode attribute defined at extension sapquoteintegration.public QuoteProcessModel()
public QuoteProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public QuoteProcessModel(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 QuoteProcessModel(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="orderCode", type=GETTER) public java.lang.String getOrderCode()
QuoteProcess.orderCode attribute defined at extension sapquoteintegration.@Accessor(qualifier="quoteCode", type=GETTER) public java.lang.String getQuoteCode()
QuoteProcess.quoteCode attribute defined at extension commerceservices.@Accessor(qualifier="orderCode", type=SETTER) public void setOrderCode(java.lang.String value)
QuoteProcess.orderCode attribute defined at extension sapquoteintegration.value - the orderCode - Order code of created order from QuoteCopyright © 2018 SAP SE. All Rights Reserved.