Class ProductConfigProcessStepRAOPopulator
java.lang.Object
de.hybris.platform.sap.productconfig.rules.rao.populator.ProductConfigProcessStepRAOPopulator
- All Implemented Interfaces:
Populator<ProductConfigProcessStepModel,ProductConfigProcessStepRAO>
public class ProductConfigProcessStepRAOPopulator
extends Object
implements Populator<ProductConfigProcessStepModel,ProductConfigProcessStepRAO>
Populator for the
ProductConfigProcessStepRAO-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ProductConfigProcessStepModel source, ProductConfigProcessStepRAO target) Populate the target instance with values from the source instance.
-
Constructor Details
-
ProductConfigProcessStepRAOPopulator
public ProductConfigProcessStepRAOPopulator()
-
-
Method Details
-
populate
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
-