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:
Serializable
Generated model class for type SapDigitPayPollCardProcess first defined at extension cissapdigitalpayment.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.static final StringGenerated constant - Attribute key ofSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.static final StringGenerated constant - Attribute key ofSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.static final StringGenerated constant - Attribute key ofSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.static final StringGenerated constant - Attribute key ofSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment.Fields inherited from class de.hybris.platform.processengine.model.BusinessProcessModel
ATTACHMENTS, CODE, CONTEXTPARAMETERS, CPQEMAILATTACHMENTS, CURRENTTASKS, EMAILS, ENDMESSAGE, PROCESSDEFINITIONNAME, PROCESSDEFINITIONVERSION, PROCESSSTATE, STATE, TASKLOGS, USERFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SapDigitPayPollCardProcessModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSapDigitPayPollCardProcessModel(String _code, ItemModel _owner, 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(String _code, 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
Modifier and TypeMethodDescriptionGenerated method - Getter of theSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.Generated method - Getter of theSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.Generated method - Getter of theSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.Generated method - Getter of theSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.Generated method - Getter of theSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment.voidsetBaseStore(BaseStoreModel value) Generated method - Setter ofSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.voidsetPollTransStatus(String value) Generated method - Setter ofSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.voidsetSessionCart(CartModel value) Generated method - Setter ofSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.voidsetSessionId(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
getAttachments, getCode, getContextParameters, getCpqEmailAttachments, getCurrentTasks, getEmails, getEndMessage, getProcessDefinitionName, getProcessDefinitionVersion, getProcessState, getState, getTaskLogs, getUser, setAttachments, setCode, setContextParameters, setCpqEmailAttachments, setCurrentTasks, setEmails, setEndMessage, setProcessDefinitionName, setProcessDefinitionVersion, setState, setTaskLogs, setUserMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SESSIONID
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.- See Also:
-
SESSIONCART
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.- See Also:
-
SESSIONUSER
Generated constant - Attribute key ofSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment.- See Also:
-
BASESTORE
Generated constant - Attribute key ofSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.- See Also:
-
POLLTRANSSTATUS
Generated constant - Attribute key ofSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.- See Also:
-
-
Constructor Details
-
SapDigitPayPollCardProcessModel
public SapDigitPayPollCardProcessModel()Generated constructor - Default constructor for generic creation. -
SapDigitPayPollCardProcessModel
public SapDigitPayPollCardProcessModel(de.hybris.platform.servicelayer.model.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(String _code, 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(String _code, ItemModel _owner, 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 Details
-
getBaseStore
Generated method - Getter of theSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.- Returns:
- the baseStore
-
getPollTransStatus
Generated method - Getter of theSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.- Returns:
- the pollTransStatus
-
getSessionCart
Generated method - Getter of theSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.- Returns:
- the sessionCart
-
getSessionId
Generated method - Getter of theSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.- Returns:
- the sessionId
-
getSessionUser
Generated method - Getter of theSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment.- Returns:
- the sessionUser
-
setBaseStore
Generated method - Setter ofSapDigitPayPollCardProcess.baseStoreattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the baseStore
-
setPollTransStatus
Generated method - Setter ofSapDigitPayPollCardProcess.pollTransStatusattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the pollTransStatus
-
setSessionCart
Generated method - Setter ofSapDigitPayPollCardProcess.sessionCartattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the sessionCart
-
setSessionId
Generated method - Setter ofSapDigitPayPollCardProcess.sessionIdattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the sessionId
-
setSessionUser
Generated method - Setter ofSapDigitPayPollCardProcess.sessionUserattribute defined at extensioncissapdigitalpayment.- Parameters:
value- the sessionUser
-