Class PaymentCardTypePopulator

java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.PaymentCardTypePopulator
All Implemented Interfaces:
Populator<CardType,CardTypeData>

public class PaymentCardTypePopulator extends Object implements Populator<CardType,CardTypeData>
Populator implementation for CardType as source and CardTypeData as target type.
  • Constructor Details

    • PaymentCardTypePopulator

      public PaymentCardTypePopulator()
  • Method Details

    • getTypeService

      protected TypeService getTypeService()
    • setTypeService

      public void setTypeService(TypeService typeService)
    • populate

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