Uses of Class
dev.vality.damsel.domain.CalendarHoliday
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CalendarHoliday in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type CalendarHoliday Modifier and Type Field Description Map<Integer,Set<CalendarHoliday>>Calendar. holidaysMethods in dev.vality.damsel.domain that return CalendarHoliday Modifier and Type Method Description CalendarHolidayCalendarHoliday. deepCopy()CalendarHolidayCalendarHoliday. setDay(byte day)CalendarHolidayCalendarHoliday. setDescription(String description)CalendarHolidayCalendarHoliday. setMonth(Month month)CalendarHolidayCalendarHoliday. setName(String name)Methods in dev.vality.damsel.domain that return types with arguments of type CalendarHoliday Modifier and Type Method Description Map<Integer,Set<CalendarHoliday>>Calendar. getHolidays()Methods in dev.vality.damsel.domain with parameters of type CalendarHoliday Modifier and Type Method Description intCalendarHoliday. compareTo(CalendarHoliday other)booleanCalendarHoliday. equals(CalendarHoliday that)Method parameters in dev.vality.damsel.domain with type arguments of type CalendarHoliday Modifier and Type Method Description voidCalendar. putToHolidays(int key, Set<CalendarHoliday> val)CalendarCalendar. setHolidays(Map<Integer,Set<CalendarHoliday>> holidays)Constructors in dev.vality.damsel.domain with parameters of type CalendarHoliday Constructor Description CalendarHoliday(CalendarHoliday other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type CalendarHoliday Constructor Description Calendar(String name, String timezone, Map<Integer,Set<CalendarHoliday>> holidays)