Class WebsiteGroupRaoPopulator
- java.lang.Object
-
- de.hybris.platform.promotionengineservices.converters.populator.WebsiteGroupRaoPopulator
-
- All Implemented Interfaces:
Populator<PromotionGroupModel,WebsiteGroupRAO>
public class WebsiteGroupRaoPopulator extends java.lang.Object implements Populator<PromotionGroupModel,WebsiteGroupRAO>
Populates WebsiteGroupRAO from PromotionGroupModel
-
-
Constructor Summary
Constructors Constructor Description WebsiteGroupRaoPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(PromotionGroupModel source, WebsiteGroupRAO target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(PromotionGroupModel source, WebsiteGroupRAO target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PromotionGroupModel,WebsiteGroupRAO>- Parameters:
source- the source objecttarget- the target to fill
-
-