Class ChinesePaymentInfoModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChinesePaymentInfoModel
    extends PaymentInfoModel
    Generated model class for type ChinesePaymentInfo first defined at extension chinesepaymentservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String ORDERCODE
        Generated constant - Attribute key of ChinesePaymentInfo.orderCode attribute defined at extension chinesepaymentservices.
        See Also:
        Constant Field Values
      • SERVICETYPE

        public static final java.lang.String SERVICETYPE
        Generated constant - Attribute key of ChinesePaymentInfo.serviceType attribute defined at extension chinesepaymentservices.
        See Also:
        Constant Field Values
      • PAYMENTPROVIDER

        public static final java.lang.String PAYMENTPROVIDER
        Generated constant - Attribute key of ChinesePaymentInfo.paymentProvider attribute defined at extension chinesepaymentservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChinesePaymentInfoModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ChinesePaymentInfoModel​(java.lang.String _code,
                                       java.lang.String _paymentProvider,
                                       UserModel _user)
        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 PaymentInfo at extension core
        _paymentProvider - initial attribute declared by type ChinesePaymentInfo at extension chinesepaymentservices
        _user - initial attribute declared by type PaymentInfo at extension core
      • ChinesePaymentInfoModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ChinesePaymentInfoModel​(java.lang.String _code,
                                       ItemModel _original,
                                       ItemModel _owner,
                                       java.lang.String _paymentProvider,
                                       UserModel _user)
        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 PaymentInfo at extension core
        _original - initial attribute declared by type PaymentInfo at extension core
        _owner - initial attribute declared by type Item at extension core
        _paymentProvider - initial attribute declared by type ChinesePaymentInfo at extension chinesepaymentservices
        _user - initial attribute declared by type PaymentInfo at extension core
    • Method Detail

      • getOrderCode

        @Accessor(qualifier="orderCode",
                  type=GETTER)
        public java.lang.String getOrderCode()
        Generated method - Getter of the ChinesePaymentInfo.orderCode attribute defined at extension chinesepaymentservices.
        Returns:
        the orderCode
      • getPaymentProvider

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

        @Accessor(qualifier="serviceType",
                  type=GETTER)
        public ServiceType getServiceType()
        Generated method - Getter of the ChinesePaymentInfo.serviceType attribute defined at extension chinesepaymentservices.
        Returns:
        the serviceType
      • setOrderCode

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

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

        @Accessor(qualifier="serviceType",
                  type=SETTER)
        public void setServiceType​(ServiceType value)
        Generated method - Setter of ChinesePaymentInfo.serviceType attribute defined at extension chinesepaymentservices.
        Parameters:
        value - the serviceType