Package org.bedework.calfacade.util
Class Granulator.GetPeriodsPars
java.lang.Object
org.bedework.calfacade.util.Granulator.GetPeriodsPars
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Granulator
This class defines the entities which occupy time and the period of
interest and can be passed repeatedly to getPeriodsEvents.
The end datetime will be updated ready for the next call. If endDt is non-null on entry it will be used to set the startDt.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDuration of period or granularityOn return has the end date of the period.Collection<?>Event Info or EventPeriod or Period objects to extract fromStart of period - updated at each call from endDt -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
periods
Event Info or EventPeriod or Period objects to extract from -
startDt
Start of period - updated at each call from endDt -
dur
Duration of period or granularity -
endDt
On return has the end date of the period.
-
-
Constructor Details
-
GetPeriodsPars
public GetPeriodsPars()
-