Class GeneratedMerchSynchronizationConfig

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
MerchSynchronizationConfig

public abstract class GeneratedMerchSynchronizationConfig extends GenericItem
Generated class for type MerchSynchronizationConfig.
See Also:
  • Field Details

    • BASESITE

      public static final String BASESITE
      Qualifier of the MerchSynchronizationConfig.baseSite attribute
      See Also:
    • CATALOG

      public static final String CATALOG
      Qualifier of the MerchSynchronizationConfig.catalog attribute
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Qualifier of the MerchSynchronizationConfig.catalogVersion attribute
      See Also:
    • ENABLED

      public static final String ENABLED
      Qualifier of the MerchSynchronizationConfig.enabled attribute
      See Also:
    • BASECATEGORYURL

      public static final String BASECATEGORYURL
      Qualifier of the MerchSynchronizationConfig.baseCategoryUrl attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedMerchSynchronizationConfig

      public GeneratedMerchSynchronizationConfig()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getBaseCategoryUrl

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

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

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

      public void setBaseCategoryUrl(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

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

      public 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

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

      public 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

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

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

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

      public 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, 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
    • 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