Class OrderEntryRaoAvailableQuantityPopulator
java.lang.Object
de.hybris.platform.ruleengineservices.converters.populator.OrderEntryRaoAvailableQuantityPopulator
- All Implemented Interfaces:
Populator<AbstractOrderEntryModel,OrderEntryRAO>
public class OrderEntryRaoAvailableQuantityPopulator
extends Object
implements Populator<AbstractOrderEntryModel,OrderEntryRAO>
Converter implementation for
AbstractOrderEntryModel as source and OrderEntryRAO as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AbstractOrderEntryModel source, OrderEntryRAO target) Populate the target instance with values from the source instance.
-
Constructor Details
-
OrderEntryRaoAvailableQuantityPopulator
public OrderEntryRaoAvailableQuantityPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractOrderEntryModel,OrderEntryRAO> - Parameters:
source- the source objecttarget- the target to fill
-