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