Class ChinesePaymentModePopulator
- java.lang.Object
-
- de.hybris.platform.chinesepaymentfacades.payment.populator.ChinesePaymentModePopulator
-
- All Implemented Interfaces:
Populator<PaymentModeModel,PaymentModeData>
public class ChinesePaymentModePopulator extends java.lang.Object implements Populator<PaymentModeModel,PaymentModeData>
PopulatesPaymentModeModeltoPaymentModeData
-
-
Constructor Summary
Constructors Constructor Description ChinesePaymentModePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChinesePaymentServicesStrategygetChinesePaymentServicesStrategy()voidpopulate(PaymentModeModel source, PaymentModeData target)Populate the target instance with values from the source instance.voidsetChinesePaymentServicesStrategy(ChinesePaymentServicesStrategy chinesePaymentServicesStrategy)
-
-
-
Method Detail
-
populate
public void populate(PaymentModeModel source, PaymentModeData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PaymentModeModel,PaymentModeData>- Parameters:
source- the source objecttarget- the target to fill
-
getChinesePaymentServicesStrategy
protected ChinesePaymentServicesStrategy getChinesePaymentServicesStrategy()
-
setChinesePaymentServicesStrategy
public void setChinesePaymentServicesStrategy(ChinesePaymentServicesStrategy chinesePaymentServicesStrategy)
-
-