Class CardTypePopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.order.converters.populator.CardTypePopulator
-
- All Implemented Interfaces:
Populator<CreditCardType,CardTypeData>
public class CardTypePopulator extends java.lang.Object implements Populator<CreditCardType,CardTypeData>
Converter implementation forCreditCardTypeas source andCardTypeDataas target type.
-
-
Constructor Summary
Constructors Constructor Description CardTypePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TypeServicegetTypeService()voidpopulate(CreditCardType source, CardTypeData target)Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
populate
public void populate(CreditCardType source, CardTypeData target)
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
-
-