Interface FavoriteCategory
-
- All Known Implementing Classes:
FavoriteCategoryImpl
public interface FavoriteCategory
Represents a favorite category object on UI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLabel()
PK
getPK()
void
setLabel(java.lang.String label)
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
-
setLabel
void setLabel(java.lang.String label)
-
getPK
PK getPK()
-
-