Package de.hybris.platform.payment.model
Class WeChatPayPaymentTransactionEntryModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.payment.model.PaymentTransactionEntryModel
-
- de.hybris.platform.payment.model.WeChatPayPaymentTransactionEntryModel
-
- All Implemented Interfaces:
java.io.Serializable
public class WeChatPayPaymentTransactionEntryModel extends PaymentTransactionEntryModel
Generated model class for type WeChatPayPaymentTransactionEntry first defined at extension chinesepspwechatpayservices.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCOUPONFEEGenerated constant - Attribute key ofWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.static java.lang.StringOPENIDGenerated constant - Attribute key ofWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.static java.lang.StringSETTLEMENTTOTALFEEGenerated constant - Attribute key ofWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.-
Fields inherited from class de.hybris.platform.payment.model.PaymentTransactionEntryModel
_CONSIGNMENT2PAYMENTTRANSACTIONENTRYRELATION, _PAYMENTTRANSACTION2PAYMENTTRANSACTIONENTRY, AMOUNT, AUTHBYACQUIRER, AUTHBYDIGITALPAYTSRVC, AUTHBYPAYTSRVCPRVDR, AUTHSTATUS, AUTHSTATUSNAME, CODE, CONSIGNMENT, CURRENCY, PAYMENTTRANSACTION, REQUESTID, REQUESTTOKEN, SUBSCRIPTIONID, TIME, TRANSACTIONSTATUS, TRANSACTIONSTATUSDETAILS, TYPE, VERSIONID
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description WeChatPayPaymentTransactionEntryModel()Generated constructor - Default constructor for generic creation.WeChatPayPaymentTransactionEntryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextWeChatPayPaymentTransactionEntryModel(java.lang.String _code)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWeChatPayPaymentTransactionEntryModel(java.lang.String _code, ItemModel _owner, java.lang.String _versionID)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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetCouponFee()Generated method - Getter of theWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.java.lang.StringgetOpenId()Generated method - Getter of theWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.java.lang.DoublegetSettlementTotalFee()Generated method - Getter of theWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.voidsetCouponFee(java.lang.Double value)Generated method - Setter ofWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.voidsetOpenId(java.lang.String value)Generated method - Setter ofWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.voidsetSettlementTotalFee(java.lang.Double value)Generated method - Setter ofWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.-
Methods inherited from class de.hybris.platform.payment.model.PaymentTransactionEntryModel
getAmount, getAuthByAcquirer, getAuthByDigitalPaytSrvc, getAuthByPaytSrvcPrvdr, getAuthStatus, getAuthStatusName, getCode, getConsignment, getCurrency, getPaymentTransaction, getRequestId, getRequestToken, getSubscriptionID, getTime, getTransactionStatus, getTransactionStatusDetails, getType, getVersionID, setAmount, setAuthByAcquirer, setAuthByDigitalPaytSrvc, setAuthByPaytSrvcPrvdr, setAuthStatus, setAuthStatusName, setCode, setConsignment, setCurrency, setPaymentTransaction, setRequestId, setRequestToken, setSubscriptionID, setTime, setTransactionStatus, setTransactionStatusDetails, setType, setVersionID
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
OPENID
public static final java.lang.String OPENID
Generated constant - Attribute key ofWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.- See Also:
- Constant Field Values
-
SETTLEMENTTOTALFEE
public static final java.lang.String SETTLEMENTTOTALFEE
Generated constant - Attribute key ofWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.- See Also:
- Constant Field Values
-
COUPONFEE
public static final java.lang.String COUPONFEE
Generated constant - Attribute key ofWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WeChatPayPaymentTransactionEntryModel
public WeChatPayPaymentTransactionEntryModel()
Generated constructor - Default constructor for generic creation.
-
WeChatPayPaymentTransactionEntryModel
public WeChatPayPaymentTransactionEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
WeChatPayPaymentTransactionEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public WeChatPayPaymentTransactionEntryModel(java.lang.String _code)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typePaymentTransactionEntryat extensionpayment
-
WeChatPayPaymentTransactionEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public WeChatPayPaymentTransactionEntryModel(java.lang.String _code, ItemModel _owner, java.lang.String _versionID)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typePaymentTransactionEntryat extensionpayment_owner- initial attribute declared by typeItemat extensioncore_versionID- initial attribute declared by typePaymentTransactionEntryat extensionpayment
-
-
Method Detail
-
getCouponFee
@Accessor(qualifier="couponFee", type=GETTER) public java.lang.Double getCouponFee()
Generated method - Getter of theWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.- Returns:
- the couponFee
-
getOpenId
@Accessor(qualifier="openId", type=GETTER) public java.lang.String getOpenId()
Generated method - Getter of theWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.- Returns:
- the openId
-
getSettlementTotalFee
@Accessor(qualifier="settlementTotalFee", type=GETTER) public java.lang.Double getSettlementTotalFee()
Generated method - Getter of theWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.- Returns:
- the settlementTotalFee
-
setCouponFee
@Accessor(qualifier="couponFee", type=SETTER) public void setCouponFee(java.lang.Double value)
Generated method - Setter ofWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.- Parameters:
value- the couponFee
-
setOpenId
@Accessor(qualifier="openId", type=SETTER) public void setOpenId(java.lang.String value)
Generated method - Setter ofWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.- Parameters:
value- the openId
-
setSettlementTotalFee
@Accessor(qualifier="settlementTotalFee", type=SETTER) public void setSettlementTotalFee(java.lang.Double value)
Generated method - Setter ofWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.- Parameters:
value- the settlementTotalFee
-
-