Class LocalizedComponentTypeAttributePopulator
java.lang.Object
de.hybris.platform.cmsfacades.types.populator.LocalizedComponentTypeAttributePopulator
- All Implemented Interfaces:
Populator<AttributeDescriptorModel,ComponentTypeAttributeData>
public class LocalizedComponentTypeAttributePopulator
extends Object
implements Populator<AttributeDescriptorModel,ComponentTypeAttributeData>
Populator that populates the localized field of the
ComponentTypeAttributeData POJO.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanvoidpopulate(AttributeDescriptorModel source, ComponentTypeAttributeData target) Populate the target instance with values from the source instance.voidsetLocalized(boolean localized)
-
Constructor Details
-
LocalizedComponentTypeAttributePopulator
public LocalizedComponentTypeAttributePopulator()
-
-
Method Details
-
populate
public void populate(AttributeDescriptorModel source, ComponentTypeAttributeData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AttributeDescriptorModel,ComponentTypeAttributeData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
setLocalized
public void setLocalized(boolean localized) -
isLocalized
protected boolean isLocalized()
-