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