Package de.hybris.platform.payment.model
Class AlipayPaymentTransactionModel
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.AlipayPaymentTransactionModel
- All Implemented Interfaces:
Serializable
Generated model class for type AlipayPaymentTransaction first defined at extension chinesepspalipayservices.
- 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 ofAlipayPaymentTransaction.alipayCodeattribute defined at extensionchinesepspalipayservices.static final StringGenerated constant - Attribute key ofAlipayPaymentTransaction.paymentUrlattribute defined at extensionchinesepspalipayservices.static final StringGenerated constant - Attribute key ofAlipayPaymentTransaction.payMethodattribute defined at extensionchinesepspalipayservices.static final StringGenerated constant - Attribute key ofAlipayPaymentTransaction.transactionInitiateDateattribute defined at extensionchinesepspalipayservices.Fields inherited from class de.hybris.platform.payment.model.PaymentTransactionModel
_ORDER2PAYMENTTRANSACTION, CODE, CURRENCY, ENTRIES, INFO, ORDER, PAYMENTPROVIDER, PLANNEDAMOUNT, REQUESTID, REQUESTTOKEN, 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 parametersAlipayPaymentTransactionModel(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 theAlipayPaymentTransaction.alipayCodeattribute defined at extensionchinesepspalipayservices.Generated method - Getter of theAlipayPaymentTransaction.paymentUrlattribute defined at extensionchinesepspalipayservices.Generated method - Getter of theAlipayPaymentTransaction.payMethodattribute defined at extensionchinesepspalipayservices.Generated method - Getter of theAlipayPaymentTransaction.transactionInitiateDateattribute defined at extensionchinesepspalipayservices.voidsetAlipayCode(String value) Generated method - Setter ofAlipayPaymentTransaction.alipayCodeattribute defined at extensionchinesepspalipayservices.voidsetPaymentUrl(String value) Generated method - Setter ofAlipayPaymentTransaction.paymentUrlattribute defined at extensionchinesepspalipayservices.voidsetPayMethod(AlipayPayMethod value) Generated method - Setter ofAlipayPaymentTransaction.payMethodattribute defined at extensionchinesepspalipayservices.voidsetTransactionInitiateDate(Date value) Generated method - Setter ofAlipayPaymentTransaction.transactionInitiateDateattribute defined at extensionchinesepspalipayservices.Methods inherited from class de.hybris.platform.payment.model.PaymentTransactionModel
getCode, getCurrency, getEntries, getInfo, getOrder, getPaymentProvider, getPlannedAmount, getRequestId, getRequestToken, getVersionID, setCode, setCurrency, setEntries, setInfo, setOrder, setPaymentProvider, setPlannedAmount, setRequestId, setRequestToken, 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:
-
PAYMENTURL
Generated constant - Attribute key ofAlipayPaymentTransaction.paymentUrlattribute defined at extensionchinesepspalipayservices.- See Also:
-
ALIPAYCODE
Generated constant - Attribute key ofAlipayPaymentTransaction.alipayCodeattribute defined at extensionchinesepspalipayservices.- See Also:
-
PAYMETHOD
Generated constant - Attribute key ofAlipayPaymentTransaction.payMethodattribute defined at extensionchinesepspalipayservices.- See Also:
-
TRANSACTIONINITIATEDATE
Generated constant - Attribute key ofAlipayPaymentTransaction.transactionInitiateDateattribute defined at extensionchinesepspalipayservices.- See Also:
-
-
Constructor Details
-
AlipayPaymentTransactionModel
public AlipayPaymentTransactionModel()Generated constructor - Default constructor for generic creation. -
AlipayPaymentTransactionModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AlipayPaymentTransactionModel
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 typePaymentTransactionat extensionpayment
-
AlipayPaymentTransactionModel
@Deprecated(since="4.1.1", forRemoval=true) public AlipayPaymentTransactionModel(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 typePaymentTransactionat extensionpayment_owner- initial attribute declared by typeItemat extensioncore_versionID- initial attribute declared by typePaymentTransactionat extensionpayment
-
-
Method Details
-
getAlipayCode
Generated method - Getter of theAlipayPaymentTransaction.alipayCodeattribute defined at extensionchinesepspalipayservices.- Returns:
- the alipayCode
-
getPaymentUrl
Generated method - Getter of theAlipayPaymentTransaction.paymentUrlattribute defined at extensionchinesepspalipayservices.- Returns:
- the paymentUrl
-
getPayMethod
Generated method - Getter of theAlipayPaymentTransaction.payMethodattribute defined at extensionchinesepspalipayservices.- Returns:
- the payMethod
-
getTransactionInitiateDate
@Accessor(qualifier="transactionInitiateDate", type=GETTER) public Date getTransactionInitiateDate()Generated method - Getter of theAlipayPaymentTransaction.transactionInitiateDateattribute defined at extensionchinesepspalipayservices.- Returns:
- the transactionInitiateDate - Attribute to store the date for initiating the call to the Alipay transaction.
-
setAlipayCode
Generated method - Setter ofAlipayPaymentTransaction.alipayCodeattribute defined at extensionchinesepspalipayservices.- Parameters:
value- the alipayCode
-
setPaymentUrl
Generated method - Setter ofAlipayPaymentTransaction.paymentUrlattribute defined at extensionchinesepspalipayservices.- Parameters:
value- the paymentUrl
-
setPayMethod
Generated method - Setter ofAlipayPaymentTransaction.payMethodattribute defined at extensionchinesepspalipayservices.- Parameters:
value- the payMethod
-
setTransactionInitiateDate
@Accessor(qualifier="transactionInitiateDate", type=SETTER) public void setTransactionInitiateDate(Date value) Generated method - Setter ofAlipayPaymentTransaction.transactionInitiateDateattribute defined at extensionchinesepspalipayservices.- Parameters:
value- the transactionInitiateDate - Attribute to store the date for initiating the call to the Alipay transaction.
-