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

public class SapDigitPayPollCardProcessModel extends BusinessProcessModel
Generated model class for type SapDigitPayPollCardProcess first defined at extension cissapdigitalpayment.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • SESSIONID

      public static final String SESSIONID
      Generated constant - Attribute key of SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment.
      See Also:
    • SESSIONCART

      public static final String SESSIONCART
      Generated constant - Attribute key of SapDigitPayPollCardProcess.sessionCart attribute defined at extension cissapdigitalpayment.
      See Also:
    • SESSIONUSER

      public static final String SESSIONUSER
      Generated constant - Attribute key of SapDigitPayPollCardProcess.sessionUser attribute defined at extension cissapdigitalpayment.
      See Also:
    • BASESTORE

      public static final String BASESTORE
      Generated constant - Attribute key of SapDigitPayPollCardProcess.baseStore attribute defined at extension cissapdigitalpayment.
      See Also:
    • POLLTRANSSTATUS

      public static final String POLLTRANSSTATUS
      Generated constant - Attribute key of SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment.
      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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type BusinessProcess at extension processing
      _processDefinitionName - initial attribute declared by type BusinessProcess at extension processing
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _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
  • Method Details

    • getBaseStore

      @Accessor(qualifier="baseStore", type=GETTER) public BaseStoreModel getBaseStore()
      Generated method - Getter of the SapDigitPayPollCardProcess.baseStore attribute defined at extension cissapdigitalpayment.
      Returns:
      the baseStore
    • getPollTransStatus

      @Accessor(qualifier="pollTransStatus", type=GETTER) public String getPollTransStatus()
      Generated method - Getter of the SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment.
      Returns:
      the pollTransStatus
    • getSessionCart

      @Accessor(qualifier="sessionCart", type=GETTER) public CartModel getSessionCart()
      Generated method - Getter of the SapDigitPayPollCardProcess.sessionCart attribute defined at extension cissapdigitalpayment.
      Returns:
      the sessionCart
    • getSessionId

      @Accessor(qualifier="sessionId", type=GETTER) public String getSessionId()
      Generated method - Getter of the SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment.
      Returns:
      the sessionId
    • getSessionUser

      @Accessor(qualifier="sessionUser", type=GETTER) public UserModel getSessionUser()
      Generated method - Getter of the SapDigitPayPollCardProcess.sessionUser attribute defined at extension cissapdigitalpayment.
      Returns:
      the sessionUser
    • setBaseStore

      @Accessor(qualifier="baseStore", type=SETTER) public void setBaseStore(BaseStoreModel value)
      Generated method - Setter of SapDigitPayPollCardProcess.baseStore attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the baseStore
    • setPollTransStatus

      @Accessor(qualifier="pollTransStatus", type=SETTER) public void setPollTransStatus(String value)
      Generated method - Setter of SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the pollTransStatus
    • setSessionCart

      @Accessor(qualifier="sessionCart", type=SETTER) public void setSessionCart(CartModel value)
      Generated method - Setter of SapDigitPayPollCardProcess.sessionCart attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the sessionCart
    • setSessionId

      @Accessor(qualifier="sessionId", type=SETTER) public void setSessionId(String value)
      Generated method - Setter of SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the sessionId
    • setSessionUser

      @Accessor(qualifier="sessionUser", type=SETTER) public void setSessionUser(UserModel value)
      Generated method - Setter of SapDigitPayPollCardProcess.sessionUser attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the sessionUser