Uses of Class
dev.vality.damsel.base.Schedule
| Package | Description |
|---|---|
| dev.vality.damsel.base | |
| dev.vality.damsel.domain |
-
Uses of Schedule in dev.vality.damsel.base
Methods in dev.vality.damsel.base that return Schedule Modifier and Type Method Description ScheduleSchedule. deepCopy()ScheduleSchedule. setDayOfMonth(ScheduleFragment day_of_month)ScheduleSchedule. setDayOfWeek(ScheduleDayOfWeek day_of_week)ScheduleSchedule. setHour(ScheduleFragment hour)ScheduleSchedule. setMinute(ScheduleFragment minute)ScheduleSchedule. setMonth(ScheduleMonth month)ScheduleSchedule. setSecond(ScheduleFragment second)ScheduleSchedule. setYear(ScheduleYear year)Methods in dev.vality.damsel.base with parameters of type Schedule Modifier and Type Method Description intSchedule. compareTo(Schedule other)booleanSchedule. equals(Schedule that)Constructors in dev.vality.damsel.base with parameters of type Schedule Constructor Description Schedule(Schedule other)Performs a deep copy on other. -
Uses of Schedule in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Schedule Modifier and Type Field Description ScheduleBusinessSchedule. scheduleMethods in dev.vality.damsel.domain that return Schedule Modifier and Type Method Description ScheduleBusinessSchedule. getSchedule()Methods in dev.vality.damsel.domain with parameters of type Schedule Modifier and Type Method Description BusinessScheduleBusinessSchedule. setSchedule(Schedule schedule)Constructors in dev.vality.damsel.domain with parameters of type Schedule Constructor Description BusinessSchedule(String name, Schedule schedule)