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