Class AsnEntryDataPopulator
- java.lang.Object
-
- de.hybris.platform.warehousingfacades.asn.converters.populator.AsnEntryDataPopulator
-
- All Implemented Interfaces:
Populator<AdvancedShippingNoticeEntryModel,AsnEntryData>
public class AsnEntryDataPopulator extends java.lang.Object implements Populator<AdvancedShippingNoticeEntryModel,AsnEntryData>
Populator for populatingAdvancedShippingNoticeEntryModelintoAsnEntryData
-
-
Constructor Summary
Constructors Constructor Description AsnEntryDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(AdvancedShippingNoticeEntryModel source, AsnEntryData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(AdvancedShippingNoticeEntryModel source, AsnEntryData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AdvancedShippingNoticeEntryModel,AsnEntryData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-