Class ValuePopulator
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.populator.impl.ValuePopulator
-
- All Implemented Interfaces:
Populator<CPSValue,CsticValueModel>
public class ValuePopulator extends java.lang.Object implements Populator<CPSValue,CsticValueModel>
Responsible to populate characteristics
-
-
Constructor Summary
Constructors Constructor Description ValuePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CPSValue source, CsticValueModel target)Populate the target instance with values from the source instance.protected voidpopulateAuthor(CPSValue source, CsticValueModel target)protected voidpopulateCoreAttributes(CPSValue source, CsticValueModel target)
-
-
-
Method Detail
-
populate
public void populate(CPSValue source, CsticValueModel target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CPSValue,CsticValueModel>- Parameters:
source- the source objecttarget- the target to fill
-
populateCoreAttributes
protected void populateCoreAttributes(CPSValue source, CsticValueModel target)
-
populateAuthor
protected void populateAuthor(CPSValue source, CsticValueModel target)
-
-