Interface Plannable
-
- All Known Subinterfaces:
Occurrence
,PlannableOnCalendar
- All Known Implementing Classes:
CalendarEvent
,CalendarEventOccurrence
public interface Plannable
An interface that indicates a resource or a contribution is plannable in the time like an event or a task for example.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Period
getPeriod()
Gets the lapse of time on which this object is spanning.void
setPeriod(Period period)
Sets the lapse of time on which this object is spanning.
-
-
-
Method Detail
-
getPeriod
Period getPeriod()
Gets the lapse of time on which this object is spanning.- Returns:
- the period of time during which this object takes place.
-
setPeriod
void setPeriod(Period period)
Sets the lapse of time on which this object is spanning.- Parameters:
period
- the period of time during which this object takes place.
-
-