Uses of Record Class
net.ygbstudio.jbrave.core.domain.dto.web.DayOpeningHours
Packages that use DayOpeningHours
-
Uses of DayOpeningHours in net.ygbstudio.jbrave.core.domain.dto.web
Methods in net.ygbstudio.jbrave.core.domain.dto.web that return types with arguments of type DayOpeningHoursModifier and TypeMethodDescriptionOpeningHours.currentDay()Returns the value of thecurrentDayrecord component.OpeningHours.days()Returns the value of thedaysrecord component.Constructor parameters in net.ygbstudio.jbrave.core.domain.dto.web with type arguments of type DayOpeningHoursModifierConstructorDescriptionOpeningHours(List<DayOpeningHours> currentDay, List<List<DayOpeningHours>> days) Creates an instance of aOpeningHoursrecord class.