Class 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
    • 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 of SapDigitPayPollCardProcess.sessionId attribute defined at extension cissapdigitalpayment.
        See Also:
        Constant Field Values
      • SESSIONCART

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

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

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

        public static final java.lang.String POLLTRANSSTATUS
        Generated constant - Attribute key of SapDigitPayPollCardProcess.pollTransStatus attribute defined at extension cissapdigitalpayment.
        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 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​(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 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 Detail

      • 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 java.lang.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 java.lang.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​(java.lang.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​(java.lang.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