Uses of Class
dev.vality.damsel.domain.BusinessSchedule
Packages that use BusinessSchedule
-
Uses of BusinessSchedule in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as BusinessScheduleMethods in dev.vality.damsel.domain that return BusinessScheduleModifier and TypeMethodDescriptionBusinessSchedule.deepCopy()BusinessScheduleObject.getData()BusinessSchedule.setDescription(String description) BusinessSchedule.setSchedule(Schedule schedule) Methods in dev.vality.damsel.domain with parameters of type BusinessScheduleModifier and TypeMethodDescriptionintBusinessSchedule.compareTo(BusinessSchedule other) booleanBusinessSchedule.equals(BusinessSchedule that) BusinessScheduleObject.setData(BusinessSchedule data) Constructors in dev.vality.damsel.domain with parameters of type BusinessScheduleModifierConstructorDescriptionBusinessSchedule(BusinessSchedule other) Performs a deep copy on other.