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_TYPECODEGenerated model type code constant.static java.lang.StringBASESTOREGenerated constant - Attribute key ofSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.static java.lang.StringPOLLTRANSSTATUSGenerated constant - Attribute key ofSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.static java.lang.StringSESSIONCARTGenerated constant - Attribute key ofSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.static java.lang.StringSESSIONIDGenerated constant - Attribute key ofSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.static java.lang.StringSESSIONUSERGenerated constant - Attribute key ofSapDigitPayPollCardProcess.sessionUserattribute 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 BaseStoreModelgetBaseStore()Generated method - Getter of theSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.java.lang.StringgetPollTransStatus()Generated method - Getter of theSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.CartModelgetSessionCart()Generated method - Getter of theSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.java.lang.StringgetSessionId()Generated method - Getter of theSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.UserModelgetSessionUser()Generated method - Getter of theSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment.voidsetBaseStore(BaseStoreModel value)Generated method - Setter ofSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.voidsetPollTransStatus(java.lang.String value)Generated method - Setter ofSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.voidsetSessionCart(CartModel value)Generated method - Setter ofSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.voidsetSessionId(java.lang.String value)Generated method - Setter ofSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.voidsetSessionUser(UserModel value)Generated method - Setter ofSapDigitPayPollCardProcess.sessionUserattribute 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.sessionIdattribute defined at extensioncissapdigitalpayment.- See Also:
- Constant Field Values
-
SESSIONCART
public static final java.lang.String SESSIONCART
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.- See Also:
- Constant Field Values
-
SESSIONUSER
public static final java.lang.String SESSIONUSER
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment.- See Also:
- Constant Field Values
-
BASESTORE
public static final java.lang.String BASESTORE
Generated constant - Attribute key ofSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.- See Also:
- Constant Field Values
-
POLLTRANSSTATUS
public static final java.lang.String POLLTRANSSTATUS
Generated constant - Attribute key ofSapDigitPayPollCardProcess.pollTransStatusattribute 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 typeBusinessProcessat extensionprocessing_processDefinitionName- initial attribute declared by typeBusinessProcessat 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 typeBusinessProcessat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_processDefinitionName- initial attribute declared by typeBusinessProcessat extensionprocessing
-
-
Method Detail
-
getBaseStore
@Accessor(qualifier="baseStore", type=GETTER) public BaseStoreModel getBaseStore()
Generated method - Getter of theSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.- Returns:
- the baseStore
-
getPollTransStatus
@Accessor(qualifier="pollTransStatus", type=GETTER) public java.lang.String getPollTransStatus()
Generated method - Getter of theSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.- Returns:
- the pollTransStatus
-
getSessionCart
@Accessor(qualifier="sessionCart", type=GETTER) public CartModel getSessionCart()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.- Returns:
- the sessionCart
-
getSessionId
@Accessor(qualifier="sessionId", type=GETTER) public java.lang.String getSessionId()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.- Returns:
- the sessionId
-
getSessionUser
@Accessor(qualifier="sessionUser", type=GETTER) public UserModel getSessionUser()
Generated method - Getter of theSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment.- Returns:
- the sessionUser
-
setBaseStore
@Accessor(qualifier="baseStore", type=SETTER) public void setBaseStore(BaseStoreModel value)
Generated method - Setter ofSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the baseStore
-
setPollTransStatus
@Accessor(qualifier="pollTransStatus", type=SETTER) public void setPollTransStatus(java.lang.String value)
Generated method - Setter ofSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the pollTransStatus
-
setSessionCart
@Accessor(qualifier="sessionCart", type=SETTER) public void setSessionCart(CartModel value)
Generated method - Setter ofSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the sessionCart
-
setSessionId
@Accessor(qualifier="sessionId", type=SETTER) public void setSessionId(java.lang.String value)
Generated method - Setter ofSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the sessionId
-
-