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