public class CreditCardPaymentInfoModel extends PaymentInfoModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CCOWNER
Generated constant - Attribute key of
CreditCardPaymentInfo.ccOwner attribute defined at extension core. |
static String |
ISSUENUMBER
Generated constant - Attribute key of
CreditCardPaymentInfo.issueNumber attribute defined at extension commerceservices. |
static String |
NUMBER
Generated constant - Attribute key of
CreditCardPaymentInfo.number attribute defined at extension core. |
static String |
SUBSCRIPTIONID
Generated constant - Attribute key of
CreditCardPaymentInfo.subscriptionId attribute defined at extension payment. |
static String |
SUBSCRIPTIONSERVICEID
Generated constant - Attribute key of
CreditCardPaymentInfo.subscriptionServiceId attribute defined at extension subscriptionservices. |
static String |
SUBSCRIPTIONVALIDATED
Generated constant - Attribute key of
CreditCardPaymentInfo.subscriptionValidated attribute defined at extension acceleratorservices. |
static String |
TYPE
Generated constant - Attribute key of
CreditCardPaymentInfo.type attribute defined at extension core. |
static String |
VALIDFROMMONTH
Generated constant - Attribute key of
CreditCardPaymentInfo.validFromMonth attribute defined at extension core. |
static String |
VALIDFROMYEAR
Generated constant - Attribute key of
CreditCardPaymentInfo.validFromYear attribute defined at extension core. |
static String |
VALIDTOMONTH
Generated constant - Attribute key of
CreditCardPaymentInfo.validToMonth attribute defined at extension core. |
static String |
VALIDTOYEAR
Generated constant - Attribute key of
CreditCardPaymentInfo.validToYear attribute defined at extension core. |
_USER2PAYMENTINFOS, BILLINGADDRESS, CARTTOORDERCRONJOB, CODE, DUPLICATE, ORIGINAL, SAVED, USER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CreditCardPaymentInfoModel()
Generated constructor - Default constructor for generic creation.
|
CreditCardPaymentInfoModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CreditCardPaymentInfoModel(String _ccOwner,
String _code,
String _number,
CreditCardType _type,
UserModel _user,
String _validToMonth,
String _validToYear)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CreditCardPaymentInfoModel(String _ccOwner,
String _code,
String _number,
ItemModel _original,
ItemModel _owner,
CreditCardType _type,
UserModel _user,
String _validToMonth,
String _validToYear)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCcOwner()
Generated method - Getter of the
CreditCardPaymentInfo.ccOwner attribute defined at extension core. |
Integer |
getIssueNumber()
Generated method - Getter of the
CreditCardPaymentInfo.issueNumber attribute defined at extension commerceservices. |
String |
getNumber()
Generated method - Getter of the
CreditCardPaymentInfo.number attribute defined at extension core. |
String |
getSubscriptionId()
Generated method - Getter of the
CreditCardPaymentInfo.subscriptionId attribute defined at extension payment. |
String |
getSubscriptionServiceId()
Generated method - Getter of the
CreditCardPaymentInfo.subscriptionServiceId attribute defined at extension subscriptionservices. |
CreditCardType |
getType()
Generated method - Getter of the
CreditCardPaymentInfo.type attribute defined at extension core. |
String |
getValidFromMonth()
Generated method - Getter of the
CreditCardPaymentInfo.validFromMonth attribute defined at extension core. |
String |
getValidFromYear()
Generated method - Getter of the
CreditCardPaymentInfo.validFromYear attribute defined at extension core. |
String |
getValidToMonth()
Generated method - Getter of the
CreditCardPaymentInfo.validToMonth attribute defined at extension core. |
String |
getValidToYear()
Generated method - Getter of the
CreditCardPaymentInfo.validToYear attribute defined at extension core. |
boolean |
isSubscriptionValidated()
Generated method - Getter of the
CreditCardPaymentInfo.subscriptionValidated attribute defined at extension acceleratorservices. |
void |
setCcOwner(String value)
Generated method - Setter of
CreditCardPaymentInfo.ccOwner attribute defined at extension core. |
void |
setIssueNumber(Integer value)
Generated method - Setter of
CreditCardPaymentInfo.issueNumber attribute defined at extension commerceservices. |
void |
setNumber(String value)
Generated method - Setter of
CreditCardPaymentInfo.number attribute defined at extension core. |
void |
setSubscriptionId(String value)
Generated method - Setter of
CreditCardPaymentInfo.subscriptionId attribute defined at extension payment. |
void |
setSubscriptionServiceId(String value)
Generated method - Setter of
CreditCardPaymentInfo.subscriptionServiceId attribute defined at extension subscriptionservices. |
void |
setSubscriptionValidated(boolean value)
Generated method - Setter of
CreditCardPaymentInfo.subscriptionValidated attribute defined at extension acceleratorservices. |
void |
setType(CreditCardType value)
Generated method - Setter of
CreditCardPaymentInfo.type attribute defined at extension core. |
void |
setValidFromMonth(String value)
Generated method - Setter of
CreditCardPaymentInfo.validFromMonth attribute defined at extension core. |
void |
setValidFromYear(String value)
Generated method - Setter of
CreditCardPaymentInfo.validFromYear attribute defined at extension core. |
void |
setValidToMonth(String value)
Generated method - Setter of
CreditCardPaymentInfo.validToMonth attribute defined at extension core. |
void |
setValidToYear(String value)
Generated method - Setter of
CreditCardPaymentInfo.validToYear attribute defined at extension core. |
getBillingAddress, getCartToOrderCronJob, getCode, getDuplicate, getOriginal, getUser, isSaved, setBillingAddress, setCartToOrderCronJob, setCode, setDuplicate, setOriginal, setSaved, setUsergetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String CCOWNER
CreditCardPaymentInfo.ccOwner attribute defined at extension core.public static final String NUMBER
CreditCardPaymentInfo.number attribute defined at extension core.public static final String TYPE
CreditCardPaymentInfo.type attribute defined at extension core.public static final String VALIDTOMONTH
CreditCardPaymentInfo.validToMonth attribute defined at extension core.public static final String VALIDTOYEAR
CreditCardPaymentInfo.validToYear attribute defined at extension core.public static final String VALIDFROMMONTH
CreditCardPaymentInfo.validFromMonth attribute defined at extension core.public static final String VALIDFROMYEAR
CreditCardPaymentInfo.validFromYear attribute defined at extension core.public static final String SUBSCRIPTIONID
CreditCardPaymentInfo.subscriptionId attribute defined at extension payment.public static final String ISSUENUMBER
CreditCardPaymentInfo.issueNumber attribute defined at extension commerceservices.public static final String SUBSCRIPTIONVALIDATED
CreditCardPaymentInfo.subscriptionValidated attribute defined at extension acceleratorservices.public static final String SUBSCRIPTIONSERVICEID
CreditCardPaymentInfo.subscriptionServiceId attribute defined at extension subscriptionservices.public CreditCardPaymentInfoModel()
public CreditCardPaymentInfoModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear)
_ccOwner - initial attribute declared by type CreditCardPaymentInfo at extension core_code - initial attribute declared by type PaymentInfo at extension core_number - initial attribute declared by type CreditCardPaymentInfo at extension core_type - initial attribute declared by type CreditCardPaymentInfo at extension core_user - initial attribute declared by type PaymentInfo at extension core_validToMonth - initial attribute declared by type CreditCardPaymentInfo at extension core_validToYear - initial attribute declared by type CreditCardPaymentInfo at extension core@Deprecated public CreditCardPaymentInfoModel(String _ccOwner, String _code, String _number, ItemModel _original, ItemModel _owner, CreditCardType _type, UserModel _user, String _validToMonth, String _validToYear)
_ccOwner - initial attribute declared by type CreditCardPaymentInfo at extension core_code - initial attribute declared by type PaymentInfo at extension core_number - initial attribute declared by type CreditCardPaymentInfo at extension core_original - initial attribute declared by type PaymentInfo at extension core_owner - initial attribute declared by type Item at extension core_type - initial attribute declared by type CreditCardPaymentInfo at extension core_user - initial attribute declared by type PaymentInfo at extension core_validToMonth - initial attribute declared by type CreditCardPaymentInfo at extension core_validToYear - initial attribute declared by type CreditCardPaymentInfo at extension core@Accessor(qualifier="ccOwner", type=GETTER) public String getCcOwner()
CreditCardPaymentInfo.ccOwner attribute defined at extension core.@Accessor(qualifier="issueNumber", type=GETTER) public Integer getIssueNumber()
CreditCardPaymentInfo.issueNumber attribute defined at extension commerceservices.@Accessor(qualifier="number", type=GETTER) public String getNumber()
CreditCardPaymentInfo.number attribute defined at extension core.@Accessor(qualifier="subscriptionId", type=GETTER) public String getSubscriptionId()
CreditCardPaymentInfo.subscriptionId attribute defined at extension payment.@Accessor(qualifier="subscriptionServiceId", type=GETTER) public String getSubscriptionServiceId()
CreditCardPaymentInfo.subscriptionServiceId attribute defined at extension subscriptionservices.@Accessor(qualifier="type", type=GETTER) public CreditCardType getType()
CreditCardPaymentInfo.type attribute defined at extension core.@Accessor(qualifier="validFromMonth", type=GETTER) public String getValidFromMonth()
CreditCardPaymentInfo.validFromMonth attribute defined at extension core.@Accessor(qualifier="validFromYear", type=GETTER) public String getValidFromYear()
CreditCardPaymentInfo.validFromYear attribute defined at extension core.@Accessor(qualifier="validToMonth", type=GETTER) public String getValidToMonth()
CreditCardPaymentInfo.validToMonth attribute defined at extension core.@Accessor(qualifier="validToYear", type=GETTER) public String getValidToYear()
CreditCardPaymentInfo.validToYear attribute defined at extension core.@Accessor(qualifier="subscriptionValidated", type=GETTER) public boolean isSubscriptionValidated()
CreditCardPaymentInfo.subscriptionValidated attribute defined at extension acceleratorservices.@Accessor(qualifier="ccOwner", type=SETTER) public void setCcOwner(String value)
CreditCardPaymentInfo.ccOwner attribute defined at extension core.value - the ccOwner@Accessor(qualifier="issueNumber", type=SETTER) public void setIssueNumber(Integer value)
CreditCardPaymentInfo.issueNumber attribute defined at extension commerceservices.value - the issueNumber - Issue number is the reference information for the credit cart data.@Accessor(qualifier="number", type=SETTER) public void setNumber(String value)
CreditCardPaymentInfo.number attribute defined at extension core.value - the number@Accessor(qualifier="subscriptionId", type=SETTER) public void setSubscriptionId(String value)
CreditCardPaymentInfo.subscriptionId attribute defined at extension payment.value - the subscriptionId - Subscription ID is the reference information for the credit cart data stored in the external payment provider.@Accessor(qualifier="subscriptionServiceId", type=SETTER) public void setSubscriptionServiceId(String value)
CreditCardPaymentInfo.subscriptionServiceId attribute defined at extension subscriptionservices.value - the subscriptionServiceId - Subscription Service ID@Accessor(qualifier="subscriptionValidated", type=SETTER) public void setSubscriptionValidated(boolean value)
CreditCardPaymentInfo.subscriptionValidated attribute defined at extension acceleratorservices.value - the subscriptionValidated - Determines whether the subscription ID has been validated.@Accessor(qualifier="type", type=SETTER) public void setType(CreditCardType value)
CreditCardPaymentInfo.type attribute defined at extension core.value - the type@Accessor(qualifier="validFromMonth", type=SETTER) public void setValidFromMonth(String value)
CreditCardPaymentInfo.validFromMonth attribute defined at extension core.value - the validFromMonth@Accessor(qualifier="validFromYear", type=SETTER) public void setValidFromYear(String value)
CreditCardPaymentInfo.validFromYear attribute defined at extension core.value - the validFromYear@Accessor(qualifier="validToMonth", type=SETTER) public void setValidToMonth(String value)
CreditCardPaymentInfo.validToMonth attribute defined at extension core.value - the validToMonthCopyright © 2017 SAP SE. All Rights Reserved.