Class SAPRevenueCloudConfigurationModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
com.sap.hybris.saprevenuecloudproduct.model.SAPRevenueCloudConfigurationModel
All Implemented Interfaces:
Serializable

public class SAPRevenueCloudConfigurationModel extends ItemModel
Generated model class for type SAPRevenueCloudConfiguration first defined at extension saprevenuecloudproduct.
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 model type code constant.
    static final String
    Generated constant - Attribute key of SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct.
    static final String
    Generated constant - Attribute key of SAPRevenueCloudConfiguration.invoiceMethod attribute defined at extension saprevenuecloudproduct.
    static final String
    Generated constant - Attribute key of SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct.
    static final String
    Generated constant - Attribute key of SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct.
    static final String
    Generated constant - Attribute key of SAPRevenueCloudConfiguration.paymentMethod attribute defined at extension saprevenuecloudproduct.
    static final String
    Generated constant - Attribute key of SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.

    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.
    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
    SAPRevenueCloudConfigurationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct.
    Generated method - Getter of the SAPRevenueCloudConfiguration.invoiceMethod attribute defined at extension saprevenuecloudproduct.
    Generated method - Getter of the SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct.
    Generated method - Getter of the SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct.
    Generated method - Getter of the SAPRevenueCloudConfiguration.paymentMethod attribute defined at extension saprevenuecloudproduct.
    boolean
    Generated method - Getter of the SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.
    void
    Generated method - Setter of SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct.
    void
    Generated method - Setter of SAPRevenueCloudConfiguration.invoiceMethod attribute defined at extension saprevenuecloudproduct.
    void
    Generated method - Setter of SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct.
    void
    setName(String value)
    Generated method - Setter of SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct.
    void
    Generated method - Setter of SAPRevenueCloudConfiguration.paymentMethod attribute defined at extension saprevenuecloudproduct.
    void
    setReplicateCustomer(boolean value)
    Generated method - Setter of SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.

    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:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct.
      See Also:
    • REPLICATECUSTOMER

      public static final String REPLICATECUSTOMER
      Generated constant - Attribute key of SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.
      See Also:
    • DEFAULTCOUNTRYCODE

      public static final String DEFAULTCOUNTRYCODE
      Generated constant - Attribute key of SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct.
      See Also:
    • PAYMENTMETHOD

      public static final String PAYMENTMETHOD
      Generated constant - Attribute key of SAPRevenueCloudConfiguration.paymentMethod attribute defined at extension saprevenuecloudproduct.
      See Also:
    • INVOICEMETHOD

      public static final String INVOICEMETHOD
      Generated constant - Attribute key of SAPRevenueCloudConfiguration.invoiceMethod attribute defined at extension saprevenuecloudproduct.
      See Also:
    • MARKETTOCATALOGMAPPINGS

      public static final String MARKETTOCATALOGMAPPINGS
      Generated constant - Attribute key of SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct.
      See Also:
  • Constructor Details

    • SAPRevenueCloudConfigurationModel

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

      public SAPRevenueCloudConfigurationModel(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
    • SAPRevenueCloudConfigurationModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPRevenueCloudConfigurationModel(ItemModel _owner)
      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:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getDefaultCountryCode

      @Accessor(qualifier="defaultCountryCode", type=GETTER) public String getDefaultCountryCode()
      Generated method - Getter of the SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct.
      Returns:
      the defaultCountryCode - Default Country Code for the Customer if no address is entered.
    • getInvoiceMethod

      @Accessor(qualifier="invoiceMethod", type=GETTER) public String getInvoiceMethod()
      Generated method - Getter of the SAPRevenueCloudConfiguration.invoiceMethod attribute defined at extension saprevenuecloudproduct.
      Returns:
      the invoiceMethod - Invoice value that needs to be sent to Revenue cloud.
    • getMarketToCatalogMappings

      @Accessor(qualifier="marketToCatalogMappings", type=GETTER) public Collection<SAPMarketToCatalogMappingModel> getMarketToCatalogMappings()
      Generated method - Getter of the SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the marketToCatalogMappings
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct.
      Returns:
      the name - Sap Revenue Cloud configuration name
    • getPaymentMethod

      @Accessor(qualifier="paymentMethod", type=GETTER) public String getPaymentMethod()
      Generated method - Getter of the SAPRevenueCloudConfiguration.paymentMethod attribute defined at extension saprevenuecloudproduct.
      Returns:
      the paymentMethod - Payment method that is to be used while changing card payment details e.g. "Payment Card", "External Card".
    • isReplicateCustomer

      @Accessor(qualifier="replicateCustomer", type=GETTER) public boolean isReplicateCustomer()
      Generated method - Getter of the SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.
      Returns:
      the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud
    • setDefaultCountryCode

      @Accessor(qualifier="defaultCountryCode", type=SETTER) public void setDefaultCountryCode(String value)
      Generated method - Setter of SAPRevenueCloudConfiguration.defaultCountryCode attribute defined at extension saprevenuecloudproduct.
      Parameters:
      value - the defaultCountryCode - Default Country Code for the Customer if no address is entered.
    • setInvoiceMethod

      @Accessor(qualifier="invoiceMethod", type=SETTER) public void setInvoiceMethod(String value)
      Generated method - Setter of SAPRevenueCloudConfiguration.invoiceMethod attribute defined at extension saprevenuecloudproduct.
      Parameters:
      value - the invoiceMethod - Invoice value that needs to be sent to Revenue cloud.
    • setMarketToCatalogMappings

      @Accessor(qualifier="marketToCatalogMappings", type=SETTER) public void setMarketToCatalogMappings(Collection<SAPMarketToCatalogMappingModel> value)
      Generated method - Setter of SAPRevenueCloudConfiguration.marketToCatalogMappings attribute defined at extension saprevenuecloudproduct.
      Parameters:
      value - the marketToCatalogMappings
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of SAPRevenueCloudConfiguration.name attribute defined at extension saprevenuecloudproduct.
      Parameters:
      value - the name - Sap Revenue Cloud configuration name
    • setPaymentMethod

      @Accessor(qualifier="paymentMethod", type=SETTER) public void setPaymentMethod(String value)
      Generated method - Setter of SAPRevenueCloudConfiguration.paymentMethod attribute defined at extension saprevenuecloudproduct.
      Parameters:
      value - the paymentMethod - Payment method that is to be used while changing card payment details e.g. "Payment Card", "External Card".
    • setReplicateCustomer

      @Accessor(qualifier="replicateCustomer", type=SETTER) public void setReplicateCustomer(boolean value)
      Generated method - Setter of SAPRevenueCloudConfiguration.replicateCustomer attribute defined at extension saprevenuecloudproduct.
      Parameters:
      value - the replicateCustomer - Indicate if the B2C customer has to be replicated to SAP Revenue Cloud