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