Class ChinesePaymentModePopulator
java.lang.Object
de.hybris.platform.chinesepaymentfacades.payment.populator.ChinesePaymentModePopulator
- All Implemented Interfaces:
Populator<PaymentModeModel,PaymentModeData>
public class ChinesePaymentModePopulator
extends Object
implements Populator<PaymentModeModel,PaymentModeData>
Populates
PaymentModeModel to PaymentModeData-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ChinesePaymentServicesStrategyvoidpopulate(PaymentModeModel source, PaymentModeData target) Populate the target instance with values from the source instance.voidsetChinesePaymentServicesStrategy(ChinesePaymentServicesStrategy chinesePaymentServicesStrategy)
-
Constructor Details
-
ChinesePaymentModePopulator
public ChinesePaymentModePopulator()
-
-
Method Details
-
populate
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
-
setChinesePaymentServicesStrategy
public void setChinesePaymentServicesStrategy(ChinesePaymentServicesStrategy chinesePaymentServicesStrategy)
-