Class ChinesePaymentInfoModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.order.payment.PaymentInfoModel
de.hybris.platform.chinesepaymentservices.model.ChinesePaymentInfoModel
- All Implemented Interfaces:
Serializable
Generated model class for type ChinesePaymentInfo first defined at extension chinesepaymentservices.
- 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 ofChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.static final StringGenerated constant - Attribute key ofChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.static final StringGenerated constant - Attribute key ofChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.Fields inherited from class de.hybris.platform.core.model.order.payment.PaymentInfoModel
_USER2PAYMENTINFOS, BILLINGADDRESS, CARTTOORDERCRONJOB, CODE, DUPLICATE, ORIGINAL, SAVED, USERFields 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 contextChinesePaymentInfoModel(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 parametersChinesePaymentInfoModel(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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.Generated method - Getter of theChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.Generated method - Getter of theChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.voidsetOrderCode(String value) Generated method - Setter ofChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.voidsetPaymentProvider(String value) Generated method - Setter ofChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.voidsetServiceType(ServiceType value) Generated method - Setter ofChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.Methods inherited from class de.hybris.platform.core.model.order.payment.PaymentInfoModel
getBillingAddress, getCartToOrderCronJob, getCode, getDuplicate, getOriginal, getUser, isSaved, setBillingAddress, setCartToOrderCronJob, setCode, setDuplicate, setOriginal, setSaved, setUserMethods 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:
-
ORDERCODE
Generated constant - Attribute key ofChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.- See Also:
-
SERVICETYPE
Generated constant - Attribute key ofChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.- See Also:
-
PAYMENTPROVIDER
Generated constant - Attribute key ofChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.- See Also:
-
-
Constructor Details
-
ChinesePaymentInfoModel
public ChinesePaymentInfoModel()Generated constructor - Default constructor for generic creation. -
ChinesePaymentInfoModel
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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typePaymentInfoat extensioncore_paymentProvider- initial attribute declared by typeChinesePaymentInfoat extensionchinesepaymentservices_user- initial attribute declared by typePaymentInfoat extensioncore
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typePaymentInfoat extensioncore_original- initial attribute declared by typePaymentInfoat extensioncore_owner- initial attribute declared by typeItemat extensioncore_paymentProvider- initial attribute declared by typeChinesePaymentInfoat extensionchinesepaymentservices_user- initial attribute declared by typePaymentInfoat extensioncore
-
-
Method Details
-
getOrderCode
Generated method - Getter of theChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.- Returns:
- the orderCode
-
getPaymentProvider
Generated method - Getter of theChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.- Returns:
- the paymentProvider
-
getServiceType
Generated method - Getter of theChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.- Returns:
- the serviceType
-
setOrderCode
Generated method - Setter ofChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.- Parameters:
value- the orderCode
-
setPaymentProvider
Generated method - Setter ofChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.- Parameters:
value- the paymentProvider
-
setServiceType
Generated method - Setter ofChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.- Parameters:
value- the serviceType
-