public class SapDigitPayPollCardProcessModel extends BusinessProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BASESTORE
Generated constant - Attribute key of
SapDigitPayPollCardProcess.baseStore attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
POLLTRANSSTATUS
Generated constant - Attribute key of
SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
SESSIONCART
Generated constant - Attribute key of
SapDigitPayPollCardProcess.sessionCart attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
SESSIONID
Generated constant - Attribute key of
SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
SESSIONUSER
Generated constant - Attribute key of
SapDigitPayPollCardProcess.sessionUser attribute defined at extension cissapdigitalpayment. |
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 |
|---|
SapDigitPayPollCardProcessModel()
Generated constructor - Default constructor for generic creation.
|
SapDigitPayPollCardProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SapDigitPayPollCardProcessModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _processDefinitionName)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SapDigitPayPollCardProcessModel(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 |
|---|---|
BaseStoreModel |
getBaseStore()
Generated method - Getter of the
SapDigitPayPollCardProcess.baseStore attribute defined at extension cissapdigitalpayment. |
java.lang.String |
getPollTransStatus()
Generated method - Getter of the
SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment. |
CartModel |
getSessionCart()
Generated method - Getter of the
SapDigitPayPollCardProcess.sessionCart attribute defined at extension cissapdigitalpayment. |
java.lang.String |
getSessionId()
Generated method - Getter of the
SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment. |
UserModel |
getSessionUser()
Generated method - Getter of the
SapDigitPayPollCardProcess.sessionUser attribute defined at extension cissapdigitalpayment. |
void |
setBaseStore(BaseStoreModel value)
Generated method - Setter of
SapDigitPayPollCardProcess.baseStore attribute defined at extension cissapdigitalpayment. |
void |
setPollTransStatus(java.lang.String value)
Generated method - Setter of
SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment. |
void |
setSessionCart(CartModel value)
Generated method - Setter of
SapDigitPayPollCardProcess.sessionCart attribute defined at extension cissapdigitalpayment. |
void |
setSessionId(java.lang.String value)
Generated method - Setter of
SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment. |
void |
setSessionUser(UserModel value)
Generated method - Setter of
SapDigitPayPollCardProcess.sessionUser attribute defined at extension cissapdigitalpayment. |
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 SESSIONID
SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment.public static final java.lang.String SESSIONCART
SapDigitPayPollCardProcess.sessionCart attribute defined at extension cissapdigitalpayment.public static final java.lang.String SESSIONUSER
SapDigitPayPollCardProcess.sessionUser attribute defined at extension cissapdigitalpayment.public static final java.lang.String BASESTORE
SapDigitPayPollCardProcess.baseStore attribute defined at extension cissapdigitalpayment.public static final java.lang.String POLLTRANSSTATUS
SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment.public SapDigitPayPollCardProcessModel()
public SapDigitPayPollCardProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SapDigitPayPollCardProcessModel(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 SapDigitPayPollCardProcessModel(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="baseStore", type=GETTER) public BaseStoreModel getBaseStore()
SapDigitPayPollCardProcess.baseStore attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="pollTransStatus", type=GETTER) public java.lang.String getPollTransStatus()
SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="sessionCart", type=GETTER) public CartModel getSessionCart()
SapDigitPayPollCardProcess.sessionCart attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="sessionId", type=GETTER) public java.lang.String getSessionId()
SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="sessionUser", type=GETTER) public UserModel getSessionUser()
SapDigitPayPollCardProcess.sessionUser attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="baseStore", type=SETTER) public void setBaseStore(BaseStoreModel value)
SapDigitPayPollCardProcess.baseStore attribute defined at extension cissapdigitalpayment.value - the baseStore@Accessor(qualifier="pollTransStatus", type=SETTER) public void setPollTransStatus(java.lang.String value)
SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment.value - the pollTransStatus@Accessor(qualifier="sessionCart", type=SETTER) public void setSessionCart(CartModel value)
SapDigitPayPollCardProcess.sessionCart attribute defined at extension cissapdigitalpayment.value - the sessionCart@Accessor(qualifier="sessionId", type=SETTER) public void setSessionId(java.lang.String value)
SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment.value - the sessionIdCopyright © 2018 SAP SE. All Rights Reserved.