Class B2BDaysOfWeekPopulator
- java.lang.Object
-
- de.hybris.platform.b2bacceleratorfacades.order.populators.B2BDaysOfWeekPopulator
-
- All Implemented Interfaces:
Populator<DayOfWeek,B2BDaysOfWeekData>
public class B2BDaysOfWeekPopulator extends java.lang.Object implements Populator<DayOfWeek,B2BDaysOfWeekData>
PopulatesB2BCommentModeltoB2BCommentData.
-
-
Constructor Summary
Constructors Constructor Description B2BDaysOfWeekPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeServicegetTypeService()voidpopulate(DayOfWeek source, B2BDaysOfWeekData target)Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
populate
public void populate(DayOfWeek source, B2BDaysOfWeekData target)
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
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
-