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 Detail

      • setCategory

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