Class SapDigitPayPollCardProcessModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.processengine.model.BusinessProcessModel
-
- de.hybris.platform.cissapdigitalpayment.model.SapDigitPayPollCardProcessModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SapDigitPayPollCardProcessModel extends BusinessProcessModel
Generated model class for type SapDigitPayPollCardProcess first defined at extension cissapdigitalpayment.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
BASESTORE
Generated constant - Attribute key ofSapDigitPayPollCardProcess.baseStore
attribute defined at extensioncissapdigitalpayment
.static java.lang.String
POLLTRANSSTATUS
Generated constant - Attribute key ofSapDigitPayPollCardProcess.pollTransStatus
attribute defined at extensioncissapdigitalpayment
.static java.lang.String
SESSIONCART
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionCart
attribute defined at extensioncissapdigitalpayment
.static java.lang.String
SESSIONID
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionId
attribute defined at extensioncissapdigitalpayment
.static java.lang.String
SESSIONUSER
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionUser
attribute defined at extensioncissapdigitalpayment
.-
Fields inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
CODE, CONTEXTPARAMETERS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USER
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description SapDigitPayPollCardProcessModel()
Generated constructor - Default constructor for generic creation.SapDigitPayPollCardProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextSapDigitPayPollCardProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSapDigitPayPollCardProcessModel(java.lang.String _code, java.lang.String _processDefinitionName)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseStoreModel
getBaseStore()
Generated method - Getter of theSapDigitPayPollCardProcess.baseStore
attribute defined at extensioncissapdigitalpayment
.java.lang.String
getPollTransStatus()
Generated method - Getter of theSapDigitPayPollCardProcess.pollTransStatus
attribute defined at extensioncissapdigitalpayment
.CartModel
getSessionCart()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionCart
attribute defined at extensioncissapdigitalpayment
.java.lang.String
getSessionId()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionId
attribute defined at extensioncissapdigitalpayment
.UserModel
getSessionUser()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionUser
attribute defined at extensioncissapdigitalpayment
.void
setBaseStore(BaseStoreModel value)
Generated method - Setter ofSapDigitPayPollCardProcess.baseStore
attribute defined at extensioncissapdigitalpayment
.void
setPollTransStatus(java.lang.String value)
Generated method - Setter ofSapDigitPayPollCardProcess.pollTransStatus
attribute defined at extensioncissapdigitalpayment
.void
setSessionCart(CartModel value)
Generated method - Setter ofSapDigitPayPollCardProcess.sessionCart
attribute defined at extensioncissapdigitalpayment
.void
setSessionId(java.lang.String value)
Generated method - Setter ofSapDigitPayPollCardProcess.sessionId
attribute defined at extensioncissapdigitalpayment
.void
setSessionUser(UserModel value)
Generated method - Setter ofSapDigitPayPollCardProcess.sessionUser
attribute defined at extensioncissapdigitalpayment
.-
Methods inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
getCode, getContextParameters, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setCode, setContextParameters, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUser
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
SESSIONID
public static final java.lang.String SESSIONID
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionId
attribute defined at extensioncissapdigitalpayment
.- See Also:
- Constant Field Values
-
SESSIONCART
public static final java.lang.String SESSIONCART
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionCart
attribute defined at extensioncissapdigitalpayment
.- See Also:
- Constant Field Values
-
SESSIONUSER
public static final java.lang.String SESSIONUSER
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionUser
attribute defined at extensioncissapdigitalpayment
.- See Also:
- Constant Field Values
-
BASESTORE
public static final java.lang.String BASESTORE
Generated constant - Attribute key ofSapDigitPayPollCardProcess.baseStore
attribute defined at extensioncissapdigitalpayment
.- See Also:
- Constant Field Values
-
POLLTRANSSTATUS
public static final java.lang.String POLLTRANSSTATUS
Generated constant - Attribute key ofSapDigitPayPollCardProcess.pollTransStatus
attribute defined at extensioncissapdigitalpayment
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SapDigitPayPollCardProcessModel
public SapDigitPayPollCardProcessModel()
Generated constructor - Default constructor for generic creation.
-
SapDigitPayPollCardProcessModel
public SapDigitPayPollCardProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
SapDigitPayPollCardProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public SapDigitPayPollCardProcessModel(java.lang.String _code, java.lang.String _processDefinitionName)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code
- initial attribute declared by typeBusinessProcess
at extensionprocessing
_processDefinitionName
- initial attribute declared by typeBusinessProcess
at extensionprocessing
-
SapDigitPayPollCardProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public SapDigitPayPollCardProcessModel(java.lang.String _code, ItemModel _owner, java.lang.String _processDefinitionName)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code
- initial attribute declared by typeBusinessProcess
at extensionprocessing
_owner
- initial attribute declared by typeItem
at extensioncore
_processDefinitionName
- initial attribute declared by typeBusinessProcess
at extensionprocessing
-
-
Method Detail
-
getBaseStore
@Accessor(qualifier="baseStore", type=GETTER) public BaseStoreModel getBaseStore()
Generated method - Getter of theSapDigitPayPollCardProcess.baseStore
attribute defined at extensioncissapdigitalpayment
.- Returns:
- the baseStore
-
getPollTransStatus
@Accessor(qualifier="pollTransStatus", type=GETTER) public java.lang.String getPollTransStatus()
Generated method - Getter of theSapDigitPayPollCardProcess.pollTransStatus
attribute defined at extensioncissapdigitalpayment
.- Returns:
- the pollTransStatus
-
getSessionCart
@Accessor(qualifier="sessionCart", type=GETTER) public CartModel getSessionCart()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionCart
attribute defined at extensioncissapdigitalpayment
.- Returns:
- the sessionCart
-
getSessionId
@Accessor(qualifier="sessionId", type=GETTER) public java.lang.String getSessionId()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionId
attribute defined at extensioncissapdigitalpayment
.- Returns:
- the sessionId
-
getSessionUser
@Accessor(qualifier="sessionUser", type=GETTER) public UserModel getSessionUser()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionUser
attribute defined at extensioncissapdigitalpayment
.- Returns:
- the sessionUser
-
setBaseStore
@Accessor(qualifier="baseStore", type=SETTER) public void setBaseStore(BaseStoreModel value)
Generated method - Setter ofSapDigitPayPollCardProcess.baseStore
attribute defined at extensioncissapdigitalpayment
.- Parameters:
value
- the baseStore
-
setPollTransStatus
@Accessor(qualifier="pollTransStatus", type=SETTER) public void setPollTransStatus(java.lang.String value)
Generated method - Setter ofSapDigitPayPollCardProcess.pollTransStatus
attribute defined at extensioncissapdigitalpayment
.- Parameters:
value
- the pollTransStatus
-
setSessionCart
@Accessor(qualifier="sessionCart", type=SETTER) public void setSessionCart(CartModel value)
Generated method - Setter ofSapDigitPayPollCardProcess.sessionCart
attribute defined at extensioncissapdigitalpayment
.- Parameters:
value
- the sessionCart
-
setSessionId
@Accessor(qualifier="sessionId", type=SETTER) public void setSessionId(java.lang.String value)
Generated method - Setter ofSapDigitPayPollCardProcess.sessionId
attribute defined at extensioncissapdigitalpayment
.- Parameters:
value
- the sessionId
-
-