Class SnCatalogVersionPopulator
java.lang.Object
de.hybris.platform.searchservices.admin.converter.populator.SnCatalogVersionPopulator
- All Implemented Interfaces:
Populator<CatalogVersionModel,SnCatalogVersion>
public class SnCatalogVersionPopulator
extends Object
implements Populator<CatalogVersionModel,SnCatalogVersion>
Populates
SnCatalogVersion from CatalogVersionModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CatalogVersionModel source, SnCatalogVersion target) Populate the target instance with values from the source instance.
-
Constructor Details
-
SnCatalogVersionPopulator
public SnCatalogVersionPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CatalogVersionModel,SnCatalogVersion> - Parameters:
source- the source objecttarget- the target to fill
-