Class WarehousingConsignmentEntryPopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.ConsignmentEntryPopulator
de.hybris.platform.warehousingfacades.order.converters.populator.WarehousingConsignmentEntryPopulator
- All Implemented Interfaces:
Populator<ConsignmentEntryModel,ConsignmentEntryData>
Warehousing Converter for converting
ConsignmentEntryModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ConsignmentEntryModel source, ConsignmentEntryData target) Populate the target instance with values from the source instance.Methods inherited from class de.hybris.platform.commercefacades.order.converters.populator.ConsignmentEntryPopulator
getOrderEntryConverter, setOrderEntryConverter
-
Constructor Details
-
WarehousingConsignmentEntryPopulator
public WarehousingConsignmentEntryPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ConsignmentEntryModel,ConsignmentEntryData> - Overrides:
populatein classConsignmentEntryPopulator- Parameters:
source- the source objecttarget- the target to fill
-