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