Interface FavoriteCategory

All Known Implementing Classes:
FavoriteCategoryImpl

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

    • getLabel

      String getLabel()
    • setLabel

      void setLabel(String label)
    • getPK

      PK getPK()