Class ChinesePaymentInfoModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

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

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

      public static final String PAYMENTPROVIDER
      Generated constant - Attribute key of ChinesePaymentInfo.paymentProvider attribute defined at extension chinesepaymentservices.
      See Also:
  • Constructor Details

    • 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(String _code, 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(String _code, ItemModel _original, ItemModel _owner, 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 Details

    • getOrderCode

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

      @Accessor(qualifier="paymentProvider", type=GETTER) public 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(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(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