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