Uses of Class
de.hybris.platform.storelocator.model.OpeningDayModel
-
Packages that use OpeningDayModel Package Description de.hybris.platform.storelocator.model Contains generated models for each type of de.hybris.platform.storelocator.jalo package. -
-
Uses of OpeningDayModel in de.hybris.platform.storelocator.model
Subclasses of OpeningDayModel in de.hybris.platform.storelocator.model Modifier and Type Class Description classSpecialOpeningDayModelGenerated model class for type SpecialOpeningDay first defined at extension basecommerce.classWeekdayOpeningDayModelGenerated model class for type WeekdayOpeningDay first defined at extension basecommerce.Methods in de.hybris.platform.storelocator.model that return types with arguments of type OpeningDayModel Modifier and Type Method Description java.util.Collection<OpeningDayModel>OpeningScheduleModel. getOpeningDays()Generated method - Getter of theOpeningSchedule.openingDaysattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.storelocator.model with type arguments of type OpeningDayModel Modifier and Type Method Description voidOpeningScheduleModel. setOpeningDays(java.util.Collection<OpeningDayModel> value)Generated method - Setter ofOpeningSchedule.openingDaysattribute defined at extensionbasecommerce.
-