Class GeneratedCatalogVersionToRuleEngineContextMapping

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

public abstract class GeneratedCatalogVersionToRuleEngineContextMapping extends GenericItem
See Also:
  • Field Details

    • CATALOGVERSION

      public static final String CATALOGVERSION
      Qualifier of the CatalogVersionToRuleEngineContextMapping.catalogVersion attribute
      See Also:
    • CONTEXT

      public static final String CONTEXT
      Qualifier of the CatalogVersionToRuleEngineContextMapping.context attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedCatalogVersionToRuleEngineContextMapping

      public GeneratedCatalogVersionToRuleEngineContextMapping()
  • Method Details

    • getDefaultAttributeModes

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

      public CatalogVersion getCatalogVersion(SessionContext ctx)
      Generated method - Getter of the CatalogVersionToRuleEngineContextMapping.catalogVersion attribute.
      Returns:
      the catalogVersion
    • getCatalogVersion

      public CatalogVersion getCatalogVersion()
      Generated method - Getter of the CatalogVersionToRuleEngineContextMapping.catalogVersion attribute.
      Returns:
      the catalogVersion
    • setCatalogVersion

      public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
      Generated method - Setter of the CatalogVersionToRuleEngineContextMapping.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • setCatalogVersion

      public void setCatalogVersion(CatalogVersion value)
      Generated method - Setter of the CatalogVersionToRuleEngineContextMapping.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • getContext

      public AbstractRuleEngineContext getContext(SessionContext ctx)
      Generated method - Getter of the CatalogVersionToRuleEngineContextMapping.context attribute.
      Returns:
      the context
    • getContext

      public AbstractRuleEngineContext getContext()
      Generated method - Getter of the CatalogVersionToRuleEngineContextMapping.context attribute.
      Returns:
      the context
    • setContext

      public void setContext(SessionContext ctx, AbstractRuleEngineContext value)
      Generated method - Setter of the CatalogVersionToRuleEngineContextMapping.context attribute.
      Parameters:
      value - the context
    • setContext

      public void setContext(AbstractRuleEngineContext value)
      Generated method - Setter of the CatalogVersionToRuleEngineContextMapping.context attribute.
      Parameters:
      value - the context