Class GeneratedMerchSynchronizationConfig

    • Field Detail

      • BASESITE

        public static final java.lang.String BASESITE
        Qualifier of the MerchSynchronizationConfig.baseSite attribute
        See Also:
        Constant Field Values
      • CATALOG

        public static final java.lang.String CATALOG
        Qualifier of the MerchSynchronizationConfig.catalog attribute
        See Also:
        Constant Field Values
      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Qualifier of the MerchSynchronizationConfig.catalogVersion attribute
        See Also:
        Constant Field Values
      • ENABLED

        public static final java.lang.String ENABLED
        Qualifier of the MerchSynchronizationConfig.enabled attribute
        See Also:
        Constant Field Values
      • BASECATEGORYURL

        public static final java.lang.String BASECATEGORYURL
        Qualifier of the MerchSynchronizationConfig.baseCategoryUrl attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedMerchSynchronizationConfig

        public GeneratedMerchSynchronizationConfig()
    • Method Detail

      • getBaseCategoryUrl

        public java.lang.String getBaseCategoryUrl​(SessionContext ctx)
        Generated method - Getter of the MerchSynchronizationConfig.baseCategoryUrl attribute.
        Returns:
        the baseCategoryUrl
      • getBaseCategoryUrl

        public java.lang.String getBaseCategoryUrl()
        Generated method - Getter of the MerchSynchronizationConfig.baseCategoryUrl attribute.
        Returns:
        the baseCategoryUrl
      • setBaseCategoryUrl

        public void setBaseCategoryUrl​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the MerchSynchronizationConfig.baseCategoryUrl attribute.
        Parameters:
        value - the baseCategoryUrl
      • setBaseCategoryUrl

        public void setBaseCategoryUrl​(java.lang.String value)
        Generated method - Setter of the MerchSynchronizationConfig.baseCategoryUrl attribute.
        Parameters:
        value - the baseCategoryUrl
      • getBaseSite

        public BaseSite getBaseSite​(SessionContext ctx)
        Generated method - Getter of the MerchSynchronizationConfig.baseSite attribute.
        Returns:
        the baseSite - Base site to synchronize
      • getBaseSite

        public BaseSite getBaseSite()
        Generated method - Getter of the MerchSynchronizationConfig.baseSite attribute.
        Returns:
        the baseSite - Base site to synchronize
      • setBaseSite

        protected void setBaseSite​(SessionContext ctx,
                                   BaseSite value)
        Generated method - Setter of the MerchSynchronizationConfig.baseSite attribute.
        Parameters:
        value - the baseSite - Base site to synchronize
      • setBaseSite

        protected void setBaseSite​(BaseSite value)
        Generated method - Setter of the MerchSynchronizationConfig.baseSite attribute.
        Parameters:
        value - the baseSite - Base site to synchronize
      • getCatalog

        public Catalog getCatalog​(SessionContext ctx)
        Generated method - Getter of the MerchSynchronizationConfig.catalog attribute.
        Returns:
        the catalog - Catalog to synchronize
      • getCatalog

        public Catalog getCatalog()
        Generated method - Getter of the MerchSynchronizationConfig.catalog attribute.
        Returns:
        the catalog - Catalog to synchronize
      • setCatalog

        protected void setCatalog​(SessionContext ctx,
                                  Catalog value)
        Generated method - Setter of the MerchSynchronizationConfig.catalog attribute.
        Parameters:
        value - the catalog - Catalog to synchronize
      • setCatalog

        protected void setCatalog​(Catalog value)
        Generated method - Setter of the MerchSynchronizationConfig.catalog attribute.
        Parameters:
        value - the catalog - Catalog to synchronize
      • getCatalogVersion

        public CatalogVersion getCatalogVersion​(SessionContext ctx)
        Generated method - Getter of the MerchSynchronizationConfig.catalogVersion attribute.
        Returns:
        the catalogVersion - Catalog Version to synchronize
      • getCatalogVersion

        public CatalogVersion getCatalogVersion()
        Generated method - Getter of the MerchSynchronizationConfig.catalogVersion attribute.
        Returns:
        the catalogVersion - Catalog Version to synchronize
      • setCatalogVersion

        protected void setCatalogVersion​(SessionContext ctx,
                                         CatalogVersion value)
        Generated method - Setter of the MerchSynchronizationConfig.catalogVersion attribute.
        Parameters:
        value - the catalogVersion - Catalog Version to synchronize
      • setCatalogVersion

        protected void setCatalogVersion​(CatalogVersion value)
        Generated method - Setter of the MerchSynchronizationConfig.catalogVersion attribute.
        Parameters:
        value - the catalogVersion - Catalog Version to synchronize
      • isEnabled

        public java.lang.Boolean isEnabled​(SessionContext ctx)
        Generated method - Getter of the MerchSynchronizationConfig.enabled attribute.
        Returns:
        the enabled
      • isEnabled

        public java.lang.Boolean isEnabled()
        Generated method - Getter of the MerchSynchronizationConfig.enabled attribute.
        Returns:
        the enabled
      • isEnabledAsPrimitive

        public boolean isEnabledAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the MerchSynchronizationConfig.enabled attribute.
        Returns:
        the enabled
      • isEnabledAsPrimitive

        public boolean isEnabledAsPrimitive()
        Generated method - Getter of the MerchSynchronizationConfig.enabled attribute.
        Returns:
        the enabled
      • setEnabled

        public void setEnabled​(SessionContext ctx,
                               java.lang.Boolean value)
        Generated method - Setter of the MerchSynchronizationConfig.enabled attribute.
        Parameters:
        value - the enabled
      • setEnabled

        public void setEnabled​(java.lang.Boolean value)
        Generated method - Setter of the MerchSynchronizationConfig.enabled attribute.
        Parameters:
        value - the enabled
      • setEnabled

        public void setEnabled​(SessionContext ctx,
                               boolean value)
        Generated method - Setter of the MerchSynchronizationConfig.enabled attribute.
        Parameters:
        value - the enabled
      • setEnabled

        public void setEnabled​(boolean value)
        Generated method - Setter of the MerchSynchronizationConfig.enabled attribute.
        Parameters:
        value - the enabled