Package org.silverpeas.core.calendar
Interface Categorized
-
- All Known Implementing Classes:
CalendarEvent
public interface Categorized
It defines the property of an object of being potentially classified in some categories. By default aPlannableOnCalendar
object isn't categorized.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CategorySet
getCategories()
Gets the categories in which this object is categorized.
-
-
-
Method Detail
-
getCategories
CategorySet getCategories()
Gets the categories in which this object is categorized. The object can be categorized by adding explicitly one or more categories to the returned collection of categories.- Returns:
- a collection of categories. If the object isn't categorized, then the returned collection is empty.
-
-