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