Class WarehousingPackagingInfoPopulator
java.lang.Object
de.hybris.platform.warehousingfacades.order.converters.populator.WarehousingPackagingInfoPopulator
- All Implemented Interfaces:
Populator<PackagingInfoModel,PackagingInfoData>
public class WarehousingPackagingInfoPopulator
extends Object
implements Populator<PackagingInfoModel,PackagingInfoData>
Warehousing Converter for converting
PackagingInfoModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(PackagingInfoModel source, PackagingInfoData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
WarehousingPackagingInfoPopulator
public WarehousingPackagingInfoPopulator()
-
-
Method Details
-
populate
public void populate(PackagingInfoModel source, PackagingInfoData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PackagingInfoModel,PackagingInfoData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-