Uses of Class
dev.vality.damsel.domain.CalendarHoliday
Packages that use CalendarHoliday
-
Uses of CalendarHoliday in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type CalendarHolidayMethods in dev.vality.damsel.domain that return CalendarHolidayModifier and TypeMethodDescriptionCalendarHoliday.deepCopy()CalendarHoliday.setDay(byte day) CalendarHoliday.setDescription(String description) Methods in dev.vality.damsel.domain that return types with arguments of type CalendarHolidayMethods in dev.vality.damsel.domain with parameters of type CalendarHolidayModifier and TypeMethodDescriptionintCalendarHoliday.compareTo(CalendarHoliday other) booleanCalendarHoliday.equals(CalendarHoliday that) Method parameters in dev.vality.damsel.domain with type arguments of type CalendarHolidayModifier and TypeMethodDescriptionvoidCalendar.putToHolidays(int key, Set<CalendarHoliday> val) Calendar.setHolidays(Map<Integer, Set<CalendarHoliday>> holidays) Constructors in dev.vality.damsel.domain with parameters of type CalendarHolidayModifierConstructorDescriptionCalendarHoliday(CalendarHoliday other) Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type CalendarHoliday