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