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