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