Class SAPCpiOutboundCardPaymentModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAPCpiOutboundCardPaymentModel
    extends ItemModel
    Generated model class for type SAPCpiOutboundCardPayment first defined at extension sapcpiadapter.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _SAPCPIOUTBOUNDORDER2SAPCPIOUTBOUNDCARDPAYMENT

        public static final java.lang.String _SAPCPIOUTBOUNDORDER2SAPCPIOUTBOUNDCARDPAYMENT
        Generated relation code constant for relation SAPCpiOutboundOrder2SAPCpiOutboundCardPayment defining source attribute sapCpiOutboundOrder in extension sapcpiadapter.
        See Also:
        Constant Field Values
      • ORDERID

        public static final java.lang.String ORDERID
        Generated constant - Attribute key of SAPCpiOutboundCardPayment.orderId attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • REQUESTID

        public static final java.lang.String REQUESTID
        Generated constant - Attribute key of SAPCpiOutboundCardPayment.requestId attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • CCOWNER

        public static final java.lang.String CCOWNER
        Generated constant - Attribute key of SAPCpiOutboundCardPayment.ccOwner attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • VALIDTOMONTH

        public static final java.lang.String VALIDTOMONTH
        Generated constant - Attribute key of SAPCpiOutboundCardPayment.validToMonth attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • VALIDTOYEAR

        public static final java.lang.String VALIDTOYEAR
        Generated constant - Attribute key of SAPCpiOutboundCardPayment.validToYear attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • SUBSCRIPTIONID

        public static final java.lang.String SUBSCRIPTIONID
        Generated constant - Attribute key of SAPCpiOutboundCardPayment.subscriptionId attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • PAYMENTPROVIDER

        public static final java.lang.String PAYMENTPROVIDER
        Generated constant - Attribute key of SAPCpiOutboundCardPayment.paymentProvider attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
      • SAPCPIOUTBOUNDORDER

        public static final java.lang.String SAPCPIOUTBOUNDORDER
        Generated constant - Attribute key of SAPCpiOutboundCardPayment.sapCpiOutboundOrder attribute defined at extension sapcpiadapter.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SAPCpiOutboundCardPaymentModel

        public SAPCpiOutboundCardPaymentModel()
        Generated constructor - Default constructor for generic creation.
      • SAPCpiOutboundCardPaymentModel

        public SAPCpiOutboundCardPaymentModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SAPCpiOutboundCardPaymentModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SAPCpiOutboundCardPaymentModel​(ItemModel _owner)
        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:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCcOwner

        @Accessor(qualifier="ccOwner",
                  type=GETTER)
        public java.lang.String getCcOwner()
        Generated method - Getter of the SAPCpiOutboundCardPayment.ccOwner attribute defined at extension sapcpiadapter.
        Returns:
        the ccOwner
      • getOrderId

        @Accessor(qualifier="orderId",
                  type=GETTER)
        public java.lang.String getOrderId()
        Generated method - Getter of the SAPCpiOutboundCardPayment.orderId attribute defined at extension sapcpiadapter.
        Returns:
        the orderId
      • getPaymentProvider

        @Accessor(qualifier="paymentProvider",
                  type=GETTER)
        public java.lang.String getPaymentProvider()
        Generated method - Getter of the SAPCpiOutboundCardPayment.paymentProvider attribute defined at extension sapcpiadapter.
        Returns:
        the paymentProvider
      • getRequestId

        @Accessor(qualifier="requestId",
                  type=GETTER)
        public java.lang.String getRequestId()
        Generated method - Getter of the SAPCpiOutboundCardPayment.requestId attribute defined at extension sapcpiadapter.
        Returns:
        the requestId
      • getSapCpiOutboundOrder

        @Accessor(qualifier="sapCpiOutboundOrder",
                  type=GETTER)
        public SAPCpiOutboundOrderModel getSapCpiOutboundOrder()
        Generated method - Getter of the SAPCpiOutboundCardPayment.sapCpiOutboundOrder attribute defined at extension sapcpiadapter.
        Returns:
        the sapCpiOutboundOrder
      • getSubscriptionId

        @Accessor(qualifier="subscriptionId",
                  type=GETTER)
        public java.lang.String getSubscriptionId()
        Generated method - Getter of the SAPCpiOutboundCardPayment.subscriptionId attribute defined at extension sapcpiadapter.
        Returns:
        the subscriptionId
      • getValidToMonth

        @Accessor(qualifier="validToMonth",
                  type=GETTER)
        public java.lang.String getValidToMonth()
        Generated method - Getter of the SAPCpiOutboundCardPayment.validToMonth attribute defined at extension sapcpiadapter.
        Returns:
        the validToMonth
      • getValidToYear

        @Accessor(qualifier="validToYear",
                  type=GETTER)
        public java.lang.String getValidToYear()
        Generated method - Getter of the SAPCpiOutboundCardPayment.validToYear attribute defined at extension sapcpiadapter.
        Returns:
        the validToYear
      • setCcOwner

        @Accessor(qualifier="ccOwner",
                  type=SETTER)
        public void setCcOwner​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundCardPayment.ccOwner attribute defined at extension sapcpiadapter.
        Parameters:
        value - the ccOwner
      • setOrderId

        @Accessor(qualifier="orderId",
                  type=SETTER)
        public void setOrderId​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundCardPayment.orderId attribute defined at extension sapcpiadapter.
        Parameters:
        value - the orderId
      • setPaymentProvider

        @Accessor(qualifier="paymentProvider",
                  type=SETTER)
        public void setPaymentProvider​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundCardPayment.paymentProvider attribute defined at extension sapcpiadapter.
        Parameters:
        value - the paymentProvider
      • setRequestId

        @Accessor(qualifier="requestId",
                  type=SETTER)
        public void setRequestId​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundCardPayment.requestId attribute defined at extension sapcpiadapter.
        Parameters:
        value - the requestId
      • setSapCpiOutboundOrder

        @Accessor(qualifier="sapCpiOutboundOrder",
                  type=SETTER)
        public void setSapCpiOutboundOrder​(SAPCpiOutboundOrderModel value)
        Generated method - Setter of SAPCpiOutboundCardPayment.sapCpiOutboundOrder attribute defined at extension sapcpiadapter.
        Parameters:
        value - the sapCpiOutboundOrder
      • setSubscriptionId

        @Accessor(qualifier="subscriptionId",
                  type=SETTER)
        public void setSubscriptionId​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundCardPayment.subscriptionId attribute defined at extension sapcpiadapter.
        Parameters:
        value - the subscriptionId
      • setValidToMonth

        @Accessor(qualifier="validToMonth",
                  type=SETTER)
        public void setValidToMonth​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundCardPayment.validToMonth attribute defined at extension sapcpiadapter.
        Parameters:
        value - the validToMonth
      • setValidToYear

        @Accessor(qualifier="validToYear",
                  type=SETTER)
        public void setValidToYear​(java.lang.String value)
        Generated method - Setter of SAPCpiOutboundCardPayment.validToYear attribute defined at extension sapcpiadapter.
        Parameters:
        value - the validToYear