Class CartTaxInvoicePopulator

java.lang.Object
de.hybris.platform.chinesetaxinvoicefacades.populators.CartTaxInvoicePopulator
All Implemented Interfaces:
Populator<CartModel,CartData>

@Component("cartTaxInvoicePopulator") public class CartTaxInvoicePopulator extends Object implements Populator<CartModel,CartData>
  • Constructor Details

    • CartTaxInvoicePopulator

      public CartTaxInvoicePopulator()
  • Method Details

    • populate

      public void populate(CartModel source, CartData target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<CartModel,CartData>
      Parameters:
      source - the source object
      target - the target to fill