Package com.hybris.yprofile.populators
Class CategoryPopulator
java.lang.Object
com.hybris.yprofile.populators.CategoryPopulator
- All Implemented Interfaces:
Populator<CategoryModel,Category>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CategoryModel categoryModel, Category category) Populate the target instance with values from the source instance.
-
Constructor Details
-
CategoryPopulator
public CategoryPopulator()
-
-
Method Details
-
populate
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
-