Class CategoryComponentTypePopulator
java.lang.Object
de.hybris.platform.cmsfacades.types.populator.CategoryComponentTypePopulator
- All Implemented Interfaces:
Populator<ComposedTypeModel,ComponentTypeData>
public class CategoryComponentTypePopulator
extends Object
implements Populator<ComposedTypeModel,ComponentTypeData>
This populator will populate
ComponentTypeData.setCategory(String)-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StructureTypeCategoryvoidpopulate(ComposedTypeModel source, ComponentTypeData target) Populate the target instance with values from the source instance.voidsetCategory(StructureTypeCategory category)
-
Constructor Details
-
CategoryComponentTypePopulator
public CategoryComponentTypePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ComposedTypeModel,ComponentTypeData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getCategory
-
setCategory
-