Class QuotePopulator

    • Constructor Detail

      • QuotePopulator

        public QuotePopulator()
    • Method Detail

      • populate

        public void populate​(QuoteModel source,
                             QuoteData target)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Parameters:
        source - the source object
        target - the target to fill
      • setCommerceOrderService

        public void setCommerceOrderService​(CommerceOrderService commerceOrderService)