Class CreditCardPaymentInfoModel
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.core.model.order.payment.CreditCardPaymentInfoModel
- All Implemented Interfaces:
Serializable
Generated model class for type CreditCardPaymentInfo first defined at extension core.
- 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 ofCreditCardPaymentInfo.ccOwnerattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.issueNumberattribute defined at extensioncommerceservices.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.numberattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.subscriptionIdattribute defined at extensionpayment.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.subscriptionServiceIdattribute defined at extensionsubscriptionservices.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.subscriptionValidatedattribute defined at extensionacceleratorservices.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.typeattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.validFromMonthattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.validFromYearattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.validToMonthattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofCreditCardPaymentInfo.validToYearattribute defined at extensioncore.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 contextCreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, ItemModel _original, ItemModel _owner, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear) 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 theCreditCardPaymentInfo.ccOwnerattribute defined at extensioncore.Generated method - Getter of theCreditCardPaymentInfo.issueNumberattribute defined at extensioncommerceservices.Generated method - Getter of theCreditCardPaymentInfo.numberattribute defined at extensioncore.Generated method - Getter of theCreditCardPaymentInfo.subscriptionIdattribute defined at extensionpayment.Generated method - Getter of theCreditCardPaymentInfo.subscriptionServiceIdattribute defined at extensionsubscriptionservices.getType()Generated method - Getter of theCreditCardPaymentInfo.typeattribute defined at extensioncore.Generated method - Getter of theCreditCardPaymentInfo.validFromMonthattribute defined at extensioncore.Generated method - Getter of theCreditCardPaymentInfo.validFromYearattribute defined at extensioncore.Generated method - Getter of theCreditCardPaymentInfo.validToMonthattribute defined at extensioncore.Generated method - Getter of theCreditCardPaymentInfo.validToYearattribute defined at extensioncore.booleanGenerated method - Getter of theCreditCardPaymentInfo.subscriptionValidatedattribute defined at extensionacceleratorservices.voidsetCcOwner(String value) Generated method - Setter ofCreditCardPaymentInfo.ccOwnerattribute defined at extensioncore.voidsetIssueNumber(Integer value) Generated method - Setter ofCreditCardPaymentInfo.issueNumberattribute defined at extensioncommerceservices.voidGenerated method - Setter ofCreditCardPaymentInfo.numberattribute defined at extensioncore.voidsetSubscriptionId(String value) Generated method - Setter ofCreditCardPaymentInfo.subscriptionIdattribute defined at extensionpayment.voidsetSubscriptionServiceId(String value) Generated method - Setter ofCreditCardPaymentInfo.subscriptionServiceIdattribute defined at extensionsubscriptionservices.voidsetSubscriptionValidated(boolean value) Generated method - Setter ofCreditCardPaymentInfo.subscriptionValidatedattribute defined at extensionacceleratorservices.voidsetType(CreditCardType value) Generated method - Setter ofCreditCardPaymentInfo.typeattribute defined at extensioncore.voidsetValidFromMonth(String value) Generated method - Setter ofCreditCardPaymentInfo.validFromMonthattribute defined at extensioncore.voidsetValidFromYear(String value) Generated method - Setter ofCreditCardPaymentInfo.validFromYearattribute defined at extensioncore.voidsetValidToMonth(String value) Generated method - Setter ofCreditCardPaymentInfo.validToMonthattribute defined at extensioncore.voidsetValidToYear(String value) Generated method - Setter ofCreditCardPaymentInfo.validToYearattribute defined at extensioncore.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:
-
CCOWNER
Generated constant - Attribute key ofCreditCardPaymentInfo.ccOwnerattribute defined at extensioncore.- See Also:
-
NUMBER
Generated constant - Attribute key ofCreditCardPaymentInfo.numberattribute defined at extensioncore.- See Also:
-
TYPE
Generated constant - Attribute key ofCreditCardPaymentInfo.typeattribute defined at extensioncore.- See Also:
-
VALIDTOMONTH
Generated constant - Attribute key ofCreditCardPaymentInfo.validToMonthattribute defined at extensioncore.- See Also:
-
VALIDTOYEAR
Generated constant - Attribute key ofCreditCardPaymentInfo.validToYearattribute defined at extensioncore.- See Also:
-
VALIDFROMMONTH
Generated constant - Attribute key ofCreditCardPaymentInfo.validFromMonthattribute defined at extensioncore.- See Also:
-
VALIDFROMYEAR
Generated constant - Attribute key ofCreditCardPaymentInfo.validFromYearattribute defined at extensioncore.- See Also:
-
SUBSCRIPTIONID
Generated constant - Attribute key ofCreditCardPaymentInfo.subscriptionIdattribute defined at extensionpayment.- See Also:
-
ISSUENUMBER
Generated constant - Attribute key ofCreditCardPaymentInfo.issueNumberattribute defined at extensioncommerceservices.- See Also:
-
SUBSCRIPTIONSERVICEID
Generated constant - Attribute key ofCreditCardPaymentInfo.subscriptionServiceIdattribute defined at extensionsubscriptionservices.- See Also:
-
SUBSCRIPTIONVALIDATED
Generated constant - Attribute key ofCreditCardPaymentInfo.subscriptionValidatedattribute defined at extensionacceleratorservices.- See Also:
-
-
Constructor Details
-
CreditCardPaymentInfoModel
public CreditCardPaymentInfoModel()Generated constructor - Default constructor for generic creation. -
CreditCardPaymentInfoModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CreditCardPaymentInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public CreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear) 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:
_ccOwner- initial attribute declared by typeCreditCardPaymentInfoat extensioncore_code- initial attribute declared by typePaymentInfoat extensioncore_number- initial attribute declared by typeCreditCardPaymentInfoat extensioncore_type- initial attribute declared by typeCreditCardPaymentInfoat extensioncore_user- initial attribute declared by typePaymentInfoat extensioncore_validToMonth- initial attribute declared by typeCreditCardPaymentInfoat extensioncore_validToYear- initial attribute declared by typeCreditCardPaymentInfoat extensioncore
-
CreditCardPaymentInfoModel
@Deprecated(since="4.1.1", forRemoval=true) public CreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, ItemModel _original, ItemModel _owner, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear) 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:
_ccOwner- initial attribute declared by typeCreditCardPaymentInfoat extensioncore_code- initial attribute declared by typePaymentInfoat extensioncore_number- initial attribute declared by typeCreditCardPaymentInfoat extensioncore_original- initial attribute declared by typePaymentInfoat extensioncore_owner- initial attribute declared by typeItemat extensioncore_type- initial attribute declared by typeCreditCardPaymentInfoat extensioncore_user- initial attribute declared by typePaymentInfoat extensioncore_validToMonth- initial attribute declared by typeCreditCardPaymentInfoat extensioncore_validToYear- initial attribute declared by typeCreditCardPaymentInfoat extensioncore
-
-
Method Details
-
getCcOwner
Generated method - Getter of theCreditCardPaymentInfo.ccOwnerattribute defined at extensioncore.- Returns:
- the ccOwner
-
getIssueNumber
Generated method - Getter of theCreditCardPaymentInfo.issueNumberattribute defined at extensioncommerceservices.- Returns:
- the issueNumber - Issue number is the reference information for the credit cart data.
-
getNumber
Generated method - Getter of theCreditCardPaymentInfo.numberattribute defined at extensioncore.- Returns:
- the number
-
getSubscriptionId
Generated method - Getter of theCreditCardPaymentInfo.subscriptionIdattribute defined at extensionpayment.- Returns:
- the subscriptionId - Subscription ID is the reference information for the credit cart data stored in the external payment provider.
-
getSubscriptionServiceId
Generated method - Getter of theCreditCardPaymentInfo.subscriptionServiceIdattribute defined at extensionsubscriptionservices.- Returns:
- the subscriptionServiceId - Subscription Service ID
-
getType
Generated method - Getter of theCreditCardPaymentInfo.typeattribute defined at extensioncore.- Returns:
- the type
-
getValidFromMonth
Generated method - Getter of theCreditCardPaymentInfo.validFromMonthattribute defined at extensioncore.- Returns:
- the validFromMonth
-
getValidFromYear
Generated method - Getter of theCreditCardPaymentInfo.validFromYearattribute defined at extensioncore.- Returns:
- the validFromYear
-
getValidToMonth
Generated method - Getter of theCreditCardPaymentInfo.validToMonthattribute defined at extensioncore.- Returns:
- the validToMonth
-
getValidToYear
Generated method - Getter of theCreditCardPaymentInfo.validToYearattribute defined at extensioncore.- Returns:
- the validToYear
-
isSubscriptionValidated
Generated method - Getter of theCreditCardPaymentInfo.subscriptionValidatedattribute defined at extensionacceleratorservices.- Returns:
- the subscriptionValidated - Determines whether the subscription ID has been validated.
-
setCcOwner
Generated method - Setter ofCreditCardPaymentInfo.ccOwnerattribute defined at extensioncore.- Parameters:
value- the ccOwner
-
setIssueNumber
Generated method - Setter ofCreditCardPaymentInfo.issueNumberattribute defined at extensioncommerceservices.- Parameters:
value- the issueNumber - Issue number is the reference information for the credit cart data.
-
setNumber
Generated method - Setter ofCreditCardPaymentInfo.numberattribute defined at extensioncore.- Parameters:
value- the number
-
setSubscriptionId
Generated method - Setter ofCreditCardPaymentInfo.subscriptionIdattribute defined at extensionpayment.- Parameters:
value- the subscriptionId - Subscription ID is the reference information for the credit cart data stored in the external payment provider.
-
setSubscriptionServiceId
@Accessor(qualifier="subscriptionServiceId", type=SETTER) public void setSubscriptionServiceId(String value) Generated method - Setter ofCreditCardPaymentInfo.subscriptionServiceIdattribute defined at extensionsubscriptionservices.- Parameters:
value- the subscriptionServiceId - Subscription Service ID
-
setSubscriptionValidated
@Accessor(qualifier="subscriptionValidated", type=SETTER) public void setSubscriptionValidated(boolean value) Generated method - Setter ofCreditCardPaymentInfo.subscriptionValidatedattribute defined at extensionacceleratorservices.- Parameters:
value- the subscriptionValidated - Determines whether the subscription ID has been validated.
-
setType
Generated method - Setter ofCreditCardPaymentInfo.typeattribute defined at extensioncore.- Parameters:
value- the type
-
setValidFromMonth
Generated method - Setter ofCreditCardPaymentInfo.validFromMonthattribute defined at extensioncore.- Parameters:
value- the validFromMonth
-
setValidFromYear
Generated method - Setter ofCreditCardPaymentInfo.validFromYearattribute defined at extensioncore.- Parameters:
value- the validFromYear
-
setValidToMonth
Generated method - Setter ofCreditCardPaymentInfo.validToMonthattribute defined at extensioncore.- Parameters:
value- the validToMonth
-
setValidToYear
Generated method - Setter ofCreditCardPaymentInfo.validToYearattribute defined at extensioncore.- Parameters:
value- the validToYear
-