Class TaxInvoiceReversePopulator
- java.lang.Object
-
- de.hybris.platform.chinesetaxinvoicefacades.populators.TaxInvoiceReversePopulator
-
- All Implemented Interfaces:
Populator<TaxInvoiceData,TaxInvoiceModel>
@Component("taxInvoiceReversePopulator") public class TaxInvoiceReversePopulator extends java.lang.Object implements Populator<TaxInvoiceData,TaxInvoiceModel>
-
-
Constructor Summary
Constructors Constructor Description TaxInvoiceReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(TaxInvoiceData source, TaxInvoiceModel target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(TaxInvoiceData source, TaxInvoiceModel target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<TaxInvoiceData,TaxInvoiceModel>- Parameters:
source- the source objecttarget- the target to fill
-
-