Interface FavoriteCategory

  • All Known Implementing Classes:
    FavoriteCategoryImpl

    public interface FavoriteCategory
    Represents a favorite category object on UI
    • Method Detail

      • getLabel

        java.lang.String getLabel()
      • setLabel

        void setLabel​(java.lang.String label)
      • getPK

        PK getPK()