Class MerchSynchronizationConfigModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • BASESITE

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

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

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

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

        public static final java.lang.String BASECATEGORYURL
        Generated constant - Attribute key of MerchSynchronizationConfig.baseCategoryUrl attribute defined at extension merchandisingservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 Detail

      • getBaseCategoryUrl

        @Accessor(qualifier="baseCategoryUrl",
                  type=GETTER)
        public java.lang.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​(java.lang.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 - Initial setter of MerchSynchronizationConfig.baseSite attribute defined at extension merchandisingservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the baseSite - Base site to synchronize
      • setCatalog

        @Accessor(qualifier="catalog",
                  type=SETTER)
        public void setCatalog​(CatalogModel value)
        Generated method - Initial setter of MerchSynchronizationConfig.catalog attribute defined at extension merchandisingservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the catalog - Catalog to synchronize
      • setCatalogVersion

        @Accessor(qualifier="catalogVersion",
                  type=SETTER)
        public void setCatalogVersion​(CatalogVersionModel value)
        Generated method - Initial setter of MerchSynchronizationConfig.catalogVersion attribute defined at extension merchandisingservices. Can only be used at creation of model - before first save.
        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