Class CxSearchProfileActionPopulator
java.lang.Object
de.hybris.platform.personalizationsearchweb.populators.CxSearchProfileActionPopulator
- All Implemented Interfaces:
Populator<CxSearchProfileActionModel,CxSearchProfileActionData>
public class CxSearchProfileActionPopulator
extends Object
implements Populator<CxSearchProfileActionModel,CxSearchProfileActionData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CxSearchProfileActionModel source, CxSearchProfileActionData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CxSearchProfileActionPopulator
public CxSearchProfileActionPopulator()
-
-
Method Details
-
populate
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
-