Class DiscountValueRaoFromDiscountValuePopulator
java.lang.Object
de.hybris.platform.ruleengineservices.converters.populator.DiscountValueRaoFromDiscountValuePopulator
- All Implemented Interfaces:
Populator<DiscountValue,DiscountValueRAO>
public class DiscountValueRaoFromDiscountValuePopulator
extends Object
implements Populator<DiscountValue,DiscountValueRAO>
Converter implementation for
DiscountValue as source and DiscountValueRAO as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(DiscountValue source, DiscountValueRAO target) Populate the target instance with values from the source instance.
-
Constructor Details
-
DiscountValueRaoFromDiscountValuePopulator
public DiscountValueRaoFromDiscountValuePopulator()
-
-
Method Details
-
populate
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
-