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:
java.io.Serializable
public class ChinesePaymentInfoModel extends PaymentInfoModel
Generated model class for type ChinesePaymentInfo first defined at extension chinesepaymentservices.- 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.StringORDERCODEGenerated constant - Attribute key ofChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.static java.lang.StringPAYMENTPROVIDERGenerated constant - Attribute key ofChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.static java.lang.StringSERVICETYPEGenerated 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, USER
-
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 ChinesePaymentInfoModel()Generated constructor - Default constructor for generic creation.ChinesePaymentInfoModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextChinesePaymentInfoModel(java.lang.String _code, ItemModel _original, ItemModel _owner, java.lang.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(java.lang.String _code, java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOrderCode()Generated method - Getter of theChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.java.lang.StringgetPaymentProvider()Generated method - Getter of theChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.ServiceTypegetServiceType()Generated method - Getter of theChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.voidsetOrderCode(java.lang.String value)Generated method - Setter ofChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.voidsetPaymentProvider(java.lang.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, setUser
-
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
-
ORDERCODE
public static final java.lang.String ORDERCODE
Generated constant - Attribute key ofChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.- See Also:
- Constant Field Values
-
SERVICETYPE
public static final java.lang.String SERVICETYPE
Generated constant - Attribute key ofChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.- See Also:
- Constant Field Values
-
PAYMENTPROVIDER
public static final java.lang.String PAYMENTPROVIDER
Generated constant - Attribute key ofChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChinesePaymentInfoModel
public ChinesePaymentInfoModel()
Generated constructor - Default constructor for generic creation.
-
ChinesePaymentInfoModel
public ChinesePaymentInfoModel(ItemModelContext ctx)
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(java.lang.String _code, java.lang.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(java.lang.String _code, ItemModel _original, ItemModel _owner, java.lang.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 Detail
-
getOrderCode
@Accessor(qualifier="orderCode", type=GETTER) public java.lang.String getOrderCode()
Generated method - Getter of theChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.- Returns:
- the orderCode
-
getPaymentProvider
@Accessor(qualifier="paymentProvider", type=GETTER) public java.lang.String getPaymentProvider()
Generated method - Getter of theChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.- Returns:
- the paymentProvider
-
getServiceType
@Accessor(qualifier="serviceType", type=GETTER) public ServiceType getServiceType()
Generated method - Getter of theChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.- Returns:
- the serviceType
-
setOrderCode
@Accessor(qualifier="orderCode", type=SETTER) public void setOrderCode(java.lang.String value)
Generated method - Setter ofChinesePaymentInfo.orderCodeattribute defined at extensionchinesepaymentservices.- Parameters:
value- the orderCode
-
setPaymentProvider
@Accessor(qualifier="paymentProvider", type=SETTER) public void setPaymentProvider(java.lang.String value)
Generated method - Setter ofChinesePaymentInfo.paymentProviderattribute defined at extensionchinesepaymentservices.- Parameters:
value- the paymentProvider
-
setServiceType
@Accessor(qualifier="serviceType", type=SETTER) public void setServiceType(ServiceType value)
Generated method - Setter ofChinesePaymentInfo.serviceTypeattribute defined at extensionchinesepaymentservices.- Parameters:
value- the serviceType
-
-