Class TaxInvoiceReversePopulator
java.lang.Object
de.hybris.platform.chinesetaxinvoicefacades.populators.TaxInvoiceReversePopulator
- All Implemented Interfaces:
Populator<TaxInvoiceData,TaxInvoiceModel>
@Component("taxInvoiceReversePopulator")
public class TaxInvoiceReversePopulator
extends Object
implements Populator<TaxInvoiceData,TaxInvoiceModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(TaxInvoiceData source, TaxInvoiceModel target) Populate the target instance with values from the source instance.
-
Constructor Details
-
TaxInvoiceReversePopulator
public TaxInvoiceReversePopulator()
-
-
Method Details
-
populate
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
-