Class DefaultCarrierPopulator
java.lang.Object
de.hybris.platform.consignmenttrackingfacades.populators.DefaultCarrierPopulator
- All Implemented Interfaces:
Populator<CarrierModel,CarrierData>
A default implementation of Carrier Populator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CarrierModel source, CarrierData target) Populate the target instance with values from the source instance.voidsetI18NService(I18NService i18nService)
-
Constructor Details
-
DefaultCarrierPopulator
public DefaultCarrierPopulator()
-
-
Method Details
-
getI18NService
-
setI18NService
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CarrierModel,CarrierData> - Parameters:
source- the source objecttarget- the target to fill
-