Class PromotionOrderEntryConsumedPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.order.converters.populator.PromotionOrderEntryConsumedPopulator
-
- All Implemented Interfaces:
Populator<PromotionOrderEntryConsumedModel,PromotionOrderEntryConsumedData>
public class PromotionOrderEntryConsumedPopulator extends java.lang.Object implements Populator<PromotionOrderEntryConsumedModel,PromotionOrderEntryConsumedData>
Converter implementation forOrderModelas source andOrderHistoryDataas target type.
-
-
Constructor Summary
Constructors Constructor Description PromotionOrderEntryConsumedPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(PromotionOrderEntryConsumedModel source, PromotionOrderEntryConsumedData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(PromotionOrderEntryConsumedModel source, PromotionOrderEntryConsumedData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PromotionOrderEntryConsumedModel,PromotionOrderEntryConsumedData>- Parameters:
source- the source objecttarget- the target to fill
-
-