Class B2BDaysOfWeekPopulator
java.lang.Object
de.hybris.platform.b2bacceleratorfacades.order.populators.B2BDaysOfWeekPopulator
- All Implemented Interfaces:
Populator<DayOfWeek,B2BDaysOfWeekData>
public class B2BDaysOfWeekPopulator
extends Object
implements Populator<DayOfWeek,B2BDaysOfWeekData>
Populates
B2BCommentModel to B2BCommentData.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeServicevoidpopulate(DayOfWeek source, B2BDaysOfWeekData target) Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
Constructor Details
-
B2BDaysOfWeekPopulator
public B2BDaysOfWeekPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<DayOfWeek,B2BDaysOfWeekData> - Parameters:
source- the source objecttarget- the target to fill
-
getTypeService
-
setTypeService
-