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:
Serializable
Generated model class for type WeChatPayPaymentTransactionEntry first defined at extension chinesepspwechatpayservices.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.static final StringGenerated constant - Attribute key ofWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.static final StringGenerated constant - Attribute key ofWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.Fields inherited from class de.hybris.platform.payment.model.PaymentTransactionEntryModel
_CONSIGNMENT2PAYMENTTRANSACTIONENTRYRELATION, _PAYMENTTRANSACTION2PAYMENTTRANSACTIONENTRY, AMOUNT, CODE, CONSIGNMENT, CURRENCY, PAYMENTTRANSACTION, REQUESTID, REQUESTTOKEN, SUBSCRIPTIONID, TIME, TRANSACTIONSTATUS, TRANSACTIONSTATUSDETAILS, TYPE, VERSIONIDFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWeChatPayPaymentTransactionEntryModel(String _code, ItemModel _owner, 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
Modifier and TypeMethodDescriptionGenerated method - Getter of theWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.Generated method - Getter of theWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.Generated method - Getter of theWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.voidsetCouponFee(Double value) Generated method - Setter ofWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.voidGenerated method - Setter ofWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.voidsetSettlementTotalFee(Double value) Generated method - Setter ofWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.Methods inherited from class de.hybris.platform.payment.model.PaymentTransactionEntryModel
getAmount, getCode, getConsignment, getCurrency, getPaymentTransaction, getRequestId, getRequestToken, getSubscriptionID, getTime, getTransactionStatus, getTransactionStatusDetails, getType, getVersionID, setAmount, setCode, setConsignment, setCurrency, setPaymentTransaction, setRequestId, setRequestToken, setSubscriptionID, setTime, setTransactionStatus, setTransactionStatusDetails, setType, setVersionIDMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
OPENID
Generated constant - Attribute key ofWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.- See Also:
-
SETTLEMENTTOTALFEE
Generated constant - Attribute key ofWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.- See Also:
-
COUPONFEE
Generated constant - Attribute key ofWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.- See Also:
-
-
Constructor Details
-
WeChatPayPaymentTransactionEntryModel
public WeChatPayPaymentTransactionEntryModel()Generated constructor - Default constructor for generic creation. -
WeChatPayPaymentTransactionEntryModel
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(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(String _code, ItemModel _owner, 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 Details
-
getCouponFee
Generated method - Getter of theWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.- Returns:
- the couponFee
-
getOpenId
Generated method - Getter of theWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.- Returns:
- the openId
-
getSettlementTotalFee
Generated method - Getter of theWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.- Returns:
- the settlementTotalFee
-
setCouponFee
Generated method - Setter ofWeChatPayPaymentTransactionEntry.couponFeeattribute defined at extensionchinesepspwechatpayservices.- Parameters:
value- the couponFee
-
setOpenId
Generated method - Setter ofWeChatPayPaymentTransactionEntry.openIdattribute defined at extensionchinesepspwechatpayservices.- Parameters:
value- the openId
-
setSettlementTotalFee
@Accessor(qualifier="settlementTotalFee", type=SETTER) public void setSettlementTotalFee(Double value) Generated method - Setter ofWeChatPayPaymentTransactionEntry.settlementTotalFeeattribute defined at extensionchinesepspwechatpayservices.- Parameters:
value- the settlementTotalFee
-