Class GeneratedPurchasedCategorySuggestionComponent

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

public abstract class GeneratedPurchasedCategorySuggestionComponent extends SimpleSuggestionComponent
Generated class for type PurchasedCategorySuggestionComponent.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPurchasedCategorySuggestionComponent

      public GeneratedPurchasedCategorySuggestionComponent()
  • Method Details

    • getDefaultAttributeModes

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

      public Category getCategory(SessionContext ctx)
      Generated method - Getter of the PurchasedCategorySuggestionComponent.category attribute.
      Returns:
      the category - Category to filter displayed references with.
    • getCategory

      public Category getCategory()
      Generated method - Getter of the PurchasedCategorySuggestionComponent.category attribute.
      Returns:
      the category - Category to filter displayed references with.
    • setCategory

      public void setCategory(SessionContext ctx, Category value)
      Generated method - Setter of the PurchasedCategorySuggestionComponent.category attribute.
      Parameters:
      value - the category - Category to filter displayed references with.
    • setCategory

      public void setCategory(Category value)
      Generated method - Setter of the PurchasedCategorySuggestionComponent.category attribute.
      Parameters:
      value - the category - Category to filter displayed references with.