Interface CategoryAccessor.CategoryMutator<T>

Type Parameters:
T - The type of the category.
All Known Subinterfaces:
CategoryAccessor.CategoryProperty<T>
Enclosing interface:
CategoryAccessor<T>

public static interface CategoryAccessor.CategoryMutator<T>
Provides a mutator for a category property.
  • Method Summary

    Modifier and Type Method Description
    void setCategory​(T aCategory)
    Sets the category for the category property.
  • Method Details

    • setCategory

      void setCategory​(T aCategory)
      Sets the category for the category property.
      Parameters:
      aCategory - The category to be stored by the category property.