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