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