public class SAPDigitalPaymentConfigurationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SAPDIGITALPAYMENTCONFIG2BASESTORE
Generated relation code constant for relation
SAPDigitalPaymentConfig2BaseStore defining source attribute baseStores in extension cissapdigitalpayment. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BASESTORES
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
BASEURL
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
COMPANYCODE
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
CUSTOMERCOUNTRY
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
CUSTOMPARAM
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
MAXRETRY
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
NAME
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
PAYMENTAUTHTYPE
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
PAYMENTMETHOD
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
POLLCARDDELAY
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
RETRYINTERVAL
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
SAPDIGITALPAYMENTCLIENT
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment. |
static java.lang.String |
TIMEOUT
Generated constant - Attribute key of
SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SAPDigitalPaymentConfigurationModel()
Generated constructor - Default constructor for generic creation.
|
SAPDigitalPaymentConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SAPDigitalPaymentConfigurationModel(java.lang.String _baseUrl,
java.lang.String _name,
ItemModel _owner,
SAPDigitalPaymentClientModel _sapDigitalpaymentClient)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SAPDigitalPaymentConfigurationModel(java.lang.String _baseUrl,
java.lang.String _name,
SAPDigitalPaymentClientModel _sapDigitalpaymentClient)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BaseStoreModel> |
getBaseStores()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment. |
java.lang.String |
getBaseUrl()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment. |
java.lang.String |
getCompanyCode()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment. |
java.lang.String |
getCustomerCountry()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment. |
java.lang.String |
getCustomParam()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment. |
java.lang.Integer |
getMaxRetry()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment. |
java.lang.String |
getName()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment. |
SapDigitalPaymentAuthTypeEnum |
getPaymentAuthType()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment. |
java.lang.String |
getPaymentMethod()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment. |
java.lang.Integer |
getPollCardDelay()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment. |
java.lang.Integer |
getRetryInterval()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment. |
SAPDigitalPaymentClientModel |
getSapDigitalpaymentClient()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment. |
java.lang.Integer |
getTimeOut()
Generated method - Getter of the
SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment. |
void |
setBaseStores(java.util.Collection<BaseStoreModel> value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment. |
void |
setBaseUrl(java.lang.String value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment. |
void |
setCompanyCode(java.lang.String value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment. |
void |
setCustomerCountry(java.lang.String value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment. |
void |
setCustomParam(java.lang.String value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment. |
void |
setMaxRetry(java.lang.Integer value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment. |
void |
setName(java.lang.String value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment. |
void |
setPaymentAuthType(SapDigitalPaymentAuthTypeEnum value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment. |
void |
setPaymentMethod(java.lang.String value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment. |
void |
setPollCardDelay(java.lang.Integer value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment. |
void |
setRetryInterval(java.lang.Integer value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment. |
void |
setSapDigitalpaymentClient(SAPDigitalPaymentClientModel value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment. |
void |
setTimeOut(java.lang.Integer value)
Generated method - Setter of
SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _SAPDIGITALPAYMENTCONFIG2BASESTORE
SAPDigitalPaymentConfig2BaseStore defining source attribute baseStores in extension cissapdigitalpayment.public static final java.lang.String NAME
SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment.public static final java.lang.String SAPDIGITALPAYMENTCLIENT
SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment.public static final java.lang.String BASEURL
SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment.public static final java.lang.String PAYMENTAUTHTYPE
SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment.public static final java.lang.String COMPANYCODE
SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment.public static final java.lang.String CUSTOMERCOUNTRY
SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment.public static final java.lang.String PAYMENTMETHOD
SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment.public static final java.lang.String CUSTOMPARAM
SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment.public static final java.lang.String MAXRETRY
SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment.public static final java.lang.String RETRYINTERVAL
SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment.public static final java.lang.String TIMEOUT
SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment.public static final java.lang.String POLLCARDDELAY
SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment.public static final java.lang.String BASESTORES
SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment.public SAPDigitalPaymentConfigurationModel()
public SAPDigitalPaymentConfigurationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SAPDigitalPaymentConfigurationModel(java.lang.String _baseUrl,
java.lang.String _name,
SAPDigitalPaymentClientModel _sapDigitalpaymentClient)
_baseUrl - initial attribute declared by type SAPDigitalPaymentConfiguration at extension cissapdigitalpayment_name - initial attribute declared by type SAPDigitalPaymentConfiguration at extension cissapdigitalpayment_sapDigitalpaymentClient - initial attribute declared by type SAPDigitalPaymentConfiguration at extension cissapdigitalpayment@Deprecated
public SAPDigitalPaymentConfigurationModel(java.lang.String _baseUrl,
java.lang.String _name,
ItemModel _owner,
SAPDigitalPaymentClientModel _sapDigitalpaymentClient)
_baseUrl - initial attribute declared by type SAPDigitalPaymentConfiguration at extension cissapdigitalpayment_name - initial attribute declared by type SAPDigitalPaymentConfiguration at extension cissapdigitalpayment_owner - initial attribute declared by type Item at extension core_sapDigitalpaymentClient - initial attribute declared by type SAPDigitalPaymentConfiguration at extension cissapdigitalpayment@Accessor(qualifier="baseStores", type=GETTER) public java.util.Collection<BaseStoreModel> getBaseStores()
SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="baseUrl", type=GETTER) public java.lang.String getBaseUrl()
SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="companyCode", type=GETTER) public java.lang.String getCompanyCode()
SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="customerCountry", type=GETTER) public java.lang.String getCustomerCountry()
SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="customParam", type=GETTER) public java.lang.String getCustomParam()
SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="maxRetry", type=GETTER) public java.lang.Integer getMaxRetry()
SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="paymentAuthType", type=GETTER) public SapDigitalPaymentAuthTypeEnum getPaymentAuthType()
SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="paymentMethod", type=GETTER) public java.lang.String getPaymentMethod()
SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="pollCardDelay", type=GETTER) public java.lang.Integer getPollCardDelay()
SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="retryInterval", type=GETTER) public java.lang.Integer getRetryInterval()
SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="sapDigitalpaymentClient", type=GETTER) public SAPDigitalPaymentClientModel getSapDigitalpaymentClient()
SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="timeOut", type=GETTER) public java.lang.Integer getTimeOut()
SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment.@Accessor(qualifier="baseStores", type=SETTER) public void setBaseStores(java.util.Collection<BaseStoreModel> value)
SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment.value - the baseStores@Accessor(qualifier="baseUrl", type=SETTER) public void setBaseUrl(java.lang.String value)
SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment.value - the baseUrl - Base URL for SAP Digital Payment@Accessor(qualifier="companyCode", type=SETTER) public void setCompanyCode(java.lang.String value)
SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment.value - the companyCode - Company Code - routing parameter for determining PSP@Accessor(qualifier="customerCountry", type=SETTER) public void setCustomerCountry(java.lang.String value)
SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment.value - the customerCountry - Custom Country - routing parameter for determining PSP@Accessor(qualifier="customParam", type=SETTER) public void setCustomParam(java.lang.String value)
SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment.value - the customParam - Custom parameter - routing parameter for determining PSP@Accessor(qualifier="maxRetry", type=SETTER) public void setMaxRetry(java.lang.Integer value)
SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment.value - the maxRetry - Maximum number of retries@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment.value - the name - Sap Digital Payment configuration name@Accessor(qualifier="paymentAuthType", type=SETTER) public void setPaymentAuthType(SapDigitalPaymentAuthTypeEnum value)
SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment.value - the paymentAuthType - Payment authentication type enum@Accessor(qualifier="paymentMethod", type=SETTER) public void setPaymentMethod(java.lang.String value)
SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment.value - the paymentMethod - Payment Method - routing parameter for determining PSP@Accessor(qualifier="pollCardDelay", type=SETTER) public void setPollCardDelay(java.lang.Integer value)
SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment.value - the pollCardDelay - Poll card delay in milliseconds@Accessor(qualifier="retryInterval", type=SETTER) public void setRetryInterval(java.lang.Integer value)
SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment.value - the retryInterval - Retry interval in milliseconds@Accessor(qualifier="sapDigitalpaymentClient", type=SETTER) public void setSapDigitalpaymentClient(SAPDigitalPaymentClientModel value)
SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment.value - the sapDigitalpaymentClient - Sap Digital Payment clientCopyright © 2018 SAP SE. All Rights Reserved.