Class SAPMarketToCatalogMappingModel

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

@Deprecated(since="1905.09", forRemoval=true) public class SAPMarketToCatalogMappingModel extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type SAPMarketToCatalogMapping 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
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated relation code constant for relation SAPRevenueCloudConfiguration2SAPMarketToCatalogMapping defining source attribute revenueCloudConfig in extension saprevenuecloudproduct.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated model type code constant.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of SAPMarketToCatalogMapping.catalog attribute defined at extension saprevenuecloudproduct.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of SAPMarketToCatalogMapping.marketId attribute defined at extension saprevenuecloudproduct.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constant - Attribute key of SAPMarketToCatalogMapping.revenueCloudConfig 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
    Deprecated, for removal: This API element is subject to removal in a future version.
    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
    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
    SAPMarketToCatalogMappingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SAPMarketToCatalogMapping.catalog attribute defined at extension saprevenuecloudproduct.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SAPMarketToCatalogMapping.marketId attribute defined at extension saprevenuecloudproduct.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SAPMarketToCatalogMapping.revenueCloudConfig attribute defined at extension saprevenuecloudproduct.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of SAPMarketToCatalogMapping.catalog attribute defined at extension saprevenuecloudproduct.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of SAPMarketToCatalogMapping.marketId attribute defined at extension saprevenuecloudproduct.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of SAPMarketToCatalogMapping.revenueCloudConfig 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
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated model type code constant.
      See Also:
    • _SAPREVENUECLOUDCONFIGURATION2SAPMARKETTOCATALOGMAPPING

      public static final String _SAPREVENUECLOUDCONFIGURATION2SAPMARKETTOCATALOGMAPPING
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated relation code constant for relation SAPRevenueCloudConfiguration2SAPMarketToCatalogMapping defining source attribute revenueCloudConfig in extension saprevenuecloudproduct.
      See Also:
    • MARKETID

      public static final String MARKETID
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SAPMarketToCatalogMapping.marketId attribute defined at extension saprevenuecloudproduct.
      See Also:
    • CATALOG

      public static final String CATALOG
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SAPMarketToCatalogMapping.catalog attribute defined at extension saprevenuecloudproduct.
      See Also:
    • REVENUECLOUDCONFIG

      public static final String REVENUECLOUDCONFIG
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constant - Attribute key of SAPMarketToCatalogMapping.revenueCloudConfig attribute defined at extension saprevenuecloudproduct.
      See Also:
  • Constructor Details

    • SAPMarketToCatalogMappingModel

      public SAPMarketToCatalogMappingModel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for generic creation.
    • SAPMarketToCatalogMappingModel

      public SAPMarketToCatalogMappingModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SAPMarketToCatalogMappingModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPMarketToCatalogMappingModel(CatalogModel _catalog, String _marketId)
      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:
      _catalog - initial attribute declared by type SAPMarketToCatalogMapping at extension saprevenuecloudproduct
      _marketId - initial attribute declared by type SAPMarketToCatalogMapping at extension saprevenuecloudproduct
    • SAPMarketToCatalogMappingModel

      @Deprecated(since="4.1.1", forRemoval=true) public SAPMarketToCatalogMappingModel(CatalogModel _catalog, String _marketId, 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:
      _catalog - initial attribute declared by type SAPMarketToCatalogMapping at extension saprevenuecloudproduct
      _marketId - initial attribute declared by type SAPMarketToCatalogMapping at extension saprevenuecloudproduct
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCatalog

      @Accessor(qualifier="catalog", type=GETTER) public CatalogModel getCatalog()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SAPMarketToCatalogMapping.catalog attribute defined at extension saprevenuecloudproduct.
      Returns:
      the catalog - Catalog in SAP Hybris commerce
    • getMarketId

      @Accessor(qualifier="marketId", type=GETTER) public String getMarketId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SAPMarketToCatalogMapping.marketId attribute defined at extension saprevenuecloudproduct.
      Returns:
      the marketId - Market Id maintained at Revenue Cloud
    • getRevenueCloudConfig

      @Accessor(qualifier="revenueCloudConfig", type=GETTER) public SAPRevenueCloudConfigurationModel getRevenueCloudConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SAPMarketToCatalogMapping.revenueCloudConfig attribute defined at extension saprevenuecloudproduct.
      Returns:
      the revenueCloudConfig
    • setCatalog

      @Accessor(qualifier="catalog", type=SETTER) public void setCatalog(CatalogModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SAPMarketToCatalogMapping.catalog attribute defined at extension saprevenuecloudproduct.
      Parameters:
      value - the catalog - Catalog in SAP Hybris commerce
    • setMarketId

      @Accessor(qualifier="marketId", type=SETTER) public void setMarketId(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SAPMarketToCatalogMapping.marketId attribute defined at extension saprevenuecloudproduct.
      Parameters:
      value - the marketId - Market Id maintained at Revenue Cloud
    • setRevenueCloudConfig

      @Accessor(qualifier="revenueCloudConfig", type=SETTER) public void setRevenueCloudConfig(SAPRevenueCloudConfigurationModel value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of SAPMarketToCatalogMapping.revenueCloudConfig attribute defined at extension saprevenuecloudproduct.
      Parameters:
      value - the revenueCloudConfig