Class DefaultCarrierPopulator
- java.lang.Object
-
- de.hybris.platform.consignmenttrackingfacades.populators.DefaultCarrierPopulator
-
- All Implemented Interfaces:
Populator<CarrierModel,CarrierData>
public class DefaultCarrierPopulator extends java.lang.Object implements Populator<CarrierModel,CarrierData>
A default implementation of Carrier Populator
-
-
Constructor Summary
Constructors Constructor Description DefaultCarrierPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description I18NServicegetI18NService()voidpopulate(CarrierModel source, CarrierData target)Populate the target instance with values from the source instance.voidsetI18NService(I18NService i18nService)
-
-
-
Method Detail
-
getI18NService
public I18NService getI18NService()
-
setI18NService
public void setI18NService(I18NService i18nService)
-
populate
public void populate(CarrierModel source, CarrierData target)
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
-
-