Class PaymentCardTypePopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.PaymentCardTypePopulator
- All Implemented Interfaces:
Populator<CardType,CardTypeData>
Populator implementation for
CardType as source and
CardTypeData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeServicevoidpopulate(CardType source, CardTypeData target) Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
Constructor Details
-
PaymentCardTypePopulator
public PaymentCardTypePopulator()
-
-
Method Details
-
getTypeService
-
setTypeService
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CardType,CardTypeData> - Parameters:
source- the source objecttarget- the target to fill
-