Package de.hybris.platform.payment.model
Class WeChatPayPaymentTransactionModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.payment.model.PaymentTransactionModel
-
- de.hybris.platform.payment.model.WeChatPayPaymentTransactionModel
-
- All Implemented Interfaces:
java.io.Serializable
public class WeChatPayPaymentTransactionModel extends PaymentTransactionModel
Generated model class for type WeChatPayPaymentTransaction 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
_TYPECODE
Generated model type code constant.static java.lang.String
WECHATPAYCODE
Generated constant - Attribute key ofWeChatPayPaymentTransaction.weChatPayCode
attribute defined at extensionchinesepspwechatpayservices
.-
Fields inherited from class de.hybris.platform.payment.model.PaymentTransactionModel
_ORDER2PAYMENTTRANSACTION, CODE, CURRENCY, ENTRIES, INFO, ORDER, PAYMENTPROVIDER, PLANNEDAMOUNT, REQUESTID, REQUESTTOKEN, TRANSACTIONTARGET, 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 WeChatPayPaymentTransactionModel()
Generated constructor - Default constructor for generic creation.WeChatPayPaymentTransactionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextWeChatPayPaymentTransactionModel(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 parametersWeChatPayPaymentTransactionModel(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.String
getWeChatPayCode()
Generated method - Getter of theWeChatPayPaymentTransaction.weChatPayCode
attribute defined at extensionchinesepspwechatpayservices
.void
setWeChatPayCode(java.lang.String value)
Generated method - Setter ofWeChatPayPaymentTransaction.weChatPayCode
attribute defined at extensionchinesepspwechatpayservices
.-
Methods inherited from class de.hybris.platform.payment.model.PaymentTransactionModel
getCode, getCurrency, getEntries, getInfo, getOrder, getPaymentProvider, getPlannedAmount, getRequestId, getRequestToken, getTransactionTarget, getVersionID, setCode, setCurrency, setEntries, setInfo, setOrder, setPaymentProvider, setPlannedAmount, setRequestId, setRequestToken, setTransactionTarget, 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
-
WECHATPAYCODE
public static final java.lang.String WECHATPAYCODE
Generated constant - Attribute key ofWeChatPayPaymentTransaction.weChatPayCode
attribute defined at extensionchinesepspwechatpayservices
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WeChatPayPaymentTransactionModel
public WeChatPayPaymentTransactionModel()
Generated constructor - Default constructor for generic creation.
-
WeChatPayPaymentTransactionModel
public WeChatPayPaymentTransactionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
WeChatPayPaymentTransactionModel
@Deprecated(since="4.1.1", forRemoval=true) public WeChatPayPaymentTransactionModel(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 typePaymentTransaction
at extensionpayment
-
WeChatPayPaymentTransactionModel
@Deprecated(since="4.1.1", forRemoval=true) public WeChatPayPaymentTransactionModel(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 typePaymentTransaction
at extensionpayment
_owner
- initial attribute declared by typeItem
at extensioncore
_versionID
- initial attribute declared by typePaymentTransaction
at extensionpayment
-
-