Class GeneratedBundleSelectionCriteria

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

public abstract class GeneratedBundleSelectionCriteria extends GenericItem
Generated class for type BundleSelectionCriteria.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedBundleSelectionCriteria

      public GeneratedBundleSelectionCriteria()
  • 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 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 String getId(SessionContext ctx)
      Generated method - Getter of the BundleSelectionCriteria.id attribute.
      Returns:
      the id - Identifier
    • getId

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

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

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

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

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