Class SAPDigitalPaymentConfigurationModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cissapdigitalpayment.model.SAPDigitalPaymentConfigurationModel
All Implemented Interfaces:
Serializable

public class SAPDigitalPaymentConfigurationModel extends ItemModel
Generated model class for type SAPDigitalPaymentConfiguration first defined at extension cissapdigitalpayment.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation SAPDigitalPaymentConfig2BaseStore defining source attribute baseStores in extension cissapdigitalpayment.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment.
    static final String
    Generated constant - Attribute key of SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment.

    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
    Generated constructor - Default constructor for generic creation.
    SAPDigitalPaymentConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    SAPDigitalPaymentConfigurationModel(String _baseUrl, String _name, ItemModel _owner, SAPDigitalPaymentClientModel _sapDigitalpaymentClient)
    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 Type
    Method
    Description
    Generated method - Getter of the SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment.
    Generated method - Getter of the SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment.
    void
    setName(String value)
    Generated method - Setter of SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment.
    void
    Generated method - Setter of SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _SAPDIGITALPAYMENTCONFIG2BASESTORE

      public static final String _SAPDIGITALPAYMENTCONFIG2BASESTORE
      Generated relation code constant for relation SAPDigitalPaymentConfig2BaseStore defining source attribute baseStores in extension cissapdigitalpayment.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment.
      See Also:
    • SAPDIGITALPAYMENTCLIENT

      public static final String SAPDIGITALPAYMENTCLIENT
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment.
      See Also:
    • BASEURL

      public static final String BASEURL
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment.
      See Also:
    • PAYMENTAUTHTYPE

      public static final String PAYMENTAUTHTYPE
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment.
      See Also:
    • COMPANYCODE

      public static final String COMPANYCODE
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment.
      See Also:
    • CUSTOMERCOUNTRY

      public static final String CUSTOMERCOUNTRY
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment.
      See Also:
    • PAYMENTMETHOD

      public static final String PAYMENTMETHOD
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment.
      See Also:
    • CUSTOMPARAM

      public static final String CUSTOMPARAM
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment.
      See Also:
    • MAXRETRY

      public static final String MAXRETRY
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment.
      See Also:
    • RETRYINTERVAL

      public static final String RETRYINTERVAL
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment.
      See Also:
    • TIMEOUT

      public static final String TIMEOUT
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment.
      See Also:
    • POLLCARDDELAY

      public static final String POLLCARDDELAY
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment.
      See Also:
    • BASESTORES

      public static final String BASESTORES
      Generated constant - Attribute key of SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment.
      See Also:
  • Constructor Details

    • SAPDigitalPaymentConfigurationModel

      public SAPDigitalPaymentConfigurationModel()
      Generated constructor - Default constructor for generic creation.
    • SAPDigitalPaymentConfigurationModel

      public SAPDigitalPaymentConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SAPDigitalPaymentConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPDigitalPaymentConfigurationModel(String _baseUrl, String _name, SAPDigitalPaymentClientModel _sapDigitalpaymentClient)
      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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _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
    • SAPDigitalPaymentConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPDigitalPaymentConfigurationModel(String _baseUrl, String _name, ItemModel _owner, SAPDigitalPaymentClientModel _sapDigitalpaymentClient)
      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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _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
  • Method Details

    • getBaseStores

      @Accessor(qualifier="baseStores", type=GETTER) public Collection<BaseStoreModel> getBaseStores()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the baseStores
    • getBaseUrl

      @Accessor(qualifier="baseUrl", type=GETTER) public String getBaseUrl()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment.
      Returns:
      the baseUrl - Base URL for SAP Digital Payment
    • getCompanyCode

      @Accessor(qualifier="companyCode", type=GETTER) public String getCompanyCode()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment.
      Returns:
      the companyCode - Company Code - routing parameter for determining PSP
    • getCustomerCountry

      @Accessor(qualifier="customerCountry", type=GETTER) public String getCustomerCountry()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment.
      Returns:
      the customerCountry - Custom Country - routing parameter for determining PSP
    • getCustomParam

      @Accessor(qualifier="customParam", type=GETTER) public String getCustomParam()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment.
      Returns:
      the customParam - Custom parameter - routing parameter for determining PSP
    • getMaxRetry

      @Accessor(qualifier="maxRetry", type=GETTER) public Integer getMaxRetry()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment.
      Returns:
      the maxRetry - Maximum number of retries
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment.
      Returns:
      the name - Sap Digital Payment configuration name
    • getPaymentAuthType

      @Accessor(qualifier="paymentAuthType", type=GETTER) public SapDigitalPaymentAuthTypeEnum getPaymentAuthType()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment.
      Returns:
      the paymentAuthType - Payment authentication type enum
    • getPaymentMethod

      @Accessor(qualifier="paymentMethod", type=GETTER) public String getPaymentMethod()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment.
      Returns:
      the paymentMethod - Payment Method - routing parameter for determining PSP
    • getPollCardDelay

      @Accessor(qualifier="pollCardDelay", type=GETTER) public Integer getPollCardDelay()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment.
      Returns:
      the pollCardDelay - Poll card delay in milliseconds
    • getRetryInterval

      @Accessor(qualifier="retryInterval", type=GETTER) public Integer getRetryInterval()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment.
      Returns:
      the retryInterval - Retry interval in milliseconds
    • getSapDigitalpaymentClient

      @Accessor(qualifier="sapDigitalpaymentClient", type=GETTER) public SAPDigitalPaymentClientModel getSapDigitalpaymentClient()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment.
      Returns:
      the sapDigitalpaymentClient - Sap Digital Payment client
    • getTimeOut

      @Accessor(qualifier="timeOut", type=GETTER) public Integer getTimeOut()
      Generated method - Getter of the SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment.
      Returns:
      the timeOut - Timeout interval in millseconds
    • setBaseStores

      @Accessor(qualifier="baseStores", type=SETTER) public void setBaseStores(Collection<BaseStoreModel> value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.baseStores attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the baseStores
    • setBaseUrl

      @Accessor(qualifier="baseUrl", type=SETTER) public void setBaseUrl(String value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.baseUrl attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the baseUrl - Base URL for SAP Digital Payment
    • setCompanyCode

      @Accessor(qualifier="companyCode", type=SETTER) public void setCompanyCode(String value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.companyCode attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the companyCode - Company Code - routing parameter for determining PSP
    • setCustomerCountry

      @Accessor(qualifier="customerCountry", type=SETTER) public void setCustomerCountry(String value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.customerCountry attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the customerCountry - Custom Country - routing parameter for determining PSP
    • setCustomParam

      @Accessor(qualifier="customParam", type=SETTER) public void setCustomParam(String value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.customParam attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the customParam - Custom parameter - routing parameter for determining PSP
    • setMaxRetry

      @Accessor(qualifier="maxRetry", type=SETTER) public void setMaxRetry(Integer value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.maxRetry attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the maxRetry - Maximum number of retries
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.name attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the name - Sap Digital Payment configuration name
    • setPaymentAuthType

      @Accessor(qualifier="paymentAuthType", type=SETTER) public void setPaymentAuthType(SapDigitalPaymentAuthTypeEnum value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.paymentAuthType attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the paymentAuthType - Payment authentication type enum
    • setPaymentMethod

      @Accessor(qualifier="paymentMethod", type=SETTER) public void setPaymentMethod(String value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.paymentMethod attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the paymentMethod - Payment Method - routing parameter for determining PSP
    • setPollCardDelay

      @Accessor(qualifier="pollCardDelay", type=SETTER) public void setPollCardDelay(Integer value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.pollCardDelay attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the pollCardDelay - Poll card delay in milliseconds
    • setRetryInterval

      @Accessor(qualifier="retryInterval", type=SETTER) public void setRetryInterval(Integer value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.retryInterval attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the retryInterval - Retry interval in milliseconds
    • setSapDigitalpaymentClient

      @Accessor(qualifier="sapDigitalpaymentClient", type=SETTER) public void setSapDigitalpaymentClient(SAPDigitalPaymentClientModel value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.sapDigitalpaymentClient attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the sapDigitalpaymentClient - Sap Digital Payment client
    • setTimeOut

      @Accessor(qualifier="timeOut", type=SETTER) public void setTimeOut(Integer value)
      Generated method - Setter of SAPDigitalPaymentConfiguration.timeOut attribute defined at extension cissapdigitalpayment.
      Parameters:
      value - the timeOut - Timeout interval in millseconds