Class MerchSynchronizationConfigModel

All Implemented Interfaces:
Serializable

public class MerchSynchronizationConfigModel extends ItemModel
Generated model class for type MerchSynchronizationConfig first defined at extension merchandisingservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String BASESITE
      Generated constant - Attribute key of MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices.
      See Also:
    • CATALOG

      public static final String CATALOG
      Generated constant - Attribute key of MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices.
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Generated constant - Attribute key of MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices.
      See Also:
    • ENABLED

      public static final String ENABLED
      Generated constant - Attribute key of MerchSynchronizationConfig.enabled attribute defined at extension merchandisingservices.
      See Also:
    • BASECATEGORYURL

      public static final String BASECATEGORYURL
      Generated constant - Attribute key of MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices.
      See Also:
  • Constructor Details

    • MerchSynchronizationConfigModel

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

      public MerchSynchronizationConfigModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • MerchSynchronizationConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public MerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion)
      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:
      _baseSite - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices
      _catalog - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices
      _catalogVersion - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices
    • MerchSynchronizationConfigModel

      @Deprecated(since="4.1.1", forRemoval=true) public MerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion, 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:
      _baseSite - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices
      _catalog - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices
      _catalogVersion - initial attribute declared by type MerchSynchronizationConfig at extension merchandisingservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getBaseCategoryUrl

      @Accessor(qualifier="baseCategoryUrl", type=GETTER) public String getBaseCategoryUrl()
      Generated method - Getter of the MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices.
      Returns:
      the baseCategoryUrl
    • getBaseSite

      @Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
      Generated method - Getter of the MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices.
      Returns:
      the baseSite - Base site to synchronize
    • getCatalog

      @Accessor(qualifier="catalog", type=GETTER) public CatalogModel getCatalog()
      Generated method - Getter of the MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices.
      Returns:
      the catalog - Catalog to synchronize
    • getCatalogVersion

      @Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
      Generated method - Getter of the MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices.
      Returns:
      the catalogVersion - Catalog Version to synchronize
    • isEnabled

      @Accessor(qualifier="enabled", type=GETTER) public boolean isEnabled()
      Generated method - Getter of the MerchSynchronizationConfig.enabled attribute defined at extension merchandisingservices.
      Returns:
      the enabled
    • setBaseCategoryUrl

      @Accessor(qualifier="baseCategoryUrl", type=SETTER) public void setBaseCategoryUrl(String value)
      Generated method - Setter of MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices.
      Parameters:
      value - the baseCategoryUrl
    • setBaseSite

      @Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
      Generated method - Setter of MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices.
      Parameters:
      value - the baseSite - Base site to synchronize
    • setCatalog

      @Accessor(qualifier="catalog", type=SETTER) public void setCatalog(CatalogModel value)
      Generated method - Setter of MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices.
      Parameters:
      value - the catalog - Catalog to synchronize
    • setCatalogVersion

      @Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
      Generated method - Setter of MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices.
      Parameters:
      value - the catalogVersion - Catalog Version to synchronize
    • setEnabled

      @Accessor(qualifier="enabled", type=SETTER) public void setEnabled(boolean value)
      Generated method - Setter of MerchSynchronizationConfig.enabled attribute defined at extension merchandisingservices.
      Parameters:
      value - the enabled