Uses of Class
de.focus_shift.jollyday.core.CalendarHierarchy
-
Packages that use CalendarHierarchy Package Description de.focus_shift.jollyday.core -
-
Uses of CalendarHierarchy in de.focus_shift.jollyday.core
Methods in de.focus_shift.jollyday.core that return CalendarHierarchy Modifier and Type Method Description abstract CalendarHierarchyHolidayManager. getCalendarHierarchy()Returns the configured hierarchy structure for the specific manager.Methods in de.focus_shift.jollyday.core that return types with arguments of type CalendarHierarchy Modifier and Type Method Description Map<String,CalendarHierarchy>CalendarHierarchy. getChildren()Getter for the fieldchildren.Method parameters in de.focus_shift.jollyday.core with type arguments of type CalendarHierarchy Modifier and Type Method Description voidCalendarHierarchy. setChildren(Map<String,CalendarHierarchy> children)Setter for the fieldchildren.Constructors in de.focus_shift.jollyday.core with parameters of type CalendarHierarchy Constructor Description CalendarHierarchy(CalendarHierarchy parent, String id)Constructor which takes a eventually existing parent hierarchy node and the ID of this hierarchy.
-