Class GeneratedCatalogVersionToRuleEngineContextMapping

    • Field Detail

      • CATALOGVERSION

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

        public static final java.lang.String CONTEXT
        Qualifier of the CatalogVersionToRuleEngineContextMapping.context 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

      • GeneratedCatalogVersionToRuleEngineContextMapping

        public GeneratedCatalogVersionToRuleEngineContextMapping()
    • Method Detail

      • 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