Class GeneratedBundleSelectionCriteria

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the BundleSelectionCriteria.id attribute
        See Also:
        Constant Field Values
      • CATALOGVERSION

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

        public static final java.lang.String STARTER
        Qualifier of the BundleSelectionCriteria.starter 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

      • GeneratedBundleSelectionCriteria

        public GeneratedBundleSelectionCriteria()
    • Method Detail

      • getCatalogVersion

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

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

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

        protected void setCatalogVersion​(CatalogVersion value)
        Generated method - Setter of the BundleSelectionCriteria.catalogVersion attribute.
        Parameters:
        value - the catalogVersion - Catalog Version
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the BundleSelectionCriteria.id attribute.
        Returns:
        the id - Identifier
      • getId

        public java.lang.String getId()
        Generated method - Getter of the BundleSelectionCriteria.id attribute.
        Returns:
        the id - Identifier
      • setId

        protected void setId​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the BundleSelectionCriteria.id attribute.
        Parameters:
        value - the id - Identifier
      • setId

        protected void setId​(java.lang.String value)
        Generated method - Setter of the BundleSelectionCriteria.id attribute.
        Parameters:
        value - the id - Identifier
      • isStarter

        public java.lang.Boolean isStarter​(SessionContext ctx)
        Generated method - Getter of the BundleSelectionCriteria.starter attribute.
        Returns:
        the starter - Determines starter component for the product.
      • isStarter

        public java.lang.Boolean isStarter()
        Generated method - Getter of the BundleSelectionCriteria.starter attribute.
        Returns:
        the starter - Determines starter component for the product.
      • isStarterAsPrimitive

        public boolean isStarterAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BundleSelectionCriteria.starter attribute.
        Returns:
        the starter - Determines starter component for the product.
      • isStarterAsPrimitive

        public boolean isStarterAsPrimitive()
        Generated method - Getter of the BundleSelectionCriteria.starter attribute.
        Returns:
        the starter - Determines starter component for the product.
      • setStarter

        public void setStarter​(SessionContext ctx,
                               java.lang.Boolean value)
        Generated method - Setter of the BundleSelectionCriteria.starter attribute.
        Parameters:
        value - the starter - Determines starter component for the product.
      • setStarter

        public void setStarter​(java.lang.Boolean value)
        Generated method - Setter of the BundleSelectionCriteria.starter attribute.
        Parameters:
        value - the starter - Determines starter component for the product.
      • setStarter

        public void setStarter​(SessionContext ctx,
                               boolean value)
        Generated method - Setter of the BundleSelectionCriteria.starter attribute.
        Parameters:
        value - the starter - Determines starter component for the product.
      • setStarter

        public void setStarter​(boolean value)
        Generated method - Setter of the BundleSelectionCriteria.starter attribute.
        Parameters:
        value - the starter - Determines starter component for the product.