public class HolidayCalendarEntry extends AbstractCalendarEntry
Constructor and Description |
---|
HolidayCalendarEntry(ITimeSpan span,
boolean annual)
Constructs a new holiday calendar entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAnnual()
Determines whether the holiday is a floating or an annual holiday.
|
compareTo, getTimeSpan, setTimeSpan
public HolidayCalendarEntry(ITimeSpan span, boolean annual)
span
- the calendar entry's time span allocationannual
- a flag indicating whether the holiday is a floating or an
annual holidaypublic boolean isAnnual()
Copyright © 2006–2016 Dirk Lemmermann Software & Consulting. All rights reserved.