Package com.hybris.yprofile.populators
Class CategoryPopulator
- java.lang.Object
-
- com.hybris.yprofile.populators.CategoryPopulator
-
- All Implemented Interfaces:
Populator<CategoryModel,Category>
public class CategoryPopulator extends java.lang.Object implements Populator<CategoryModel,Category>
-
-
Constructor Summary
Constructors Constructor Description CategoryPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CategoryModel categoryModel, Category category)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CategoryModel categoryModel, Category category)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CategoryModel,Category>- Parameters:
categoryModel- the source objectcategory- the target to fill
-
-