Class PaymentCardTypePopulator

    • Constructor Detail

      • PaymentCardTypePopulator

        public PaymentCardTypePopulator()
    • Method Detail

      • 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