Class PaymentPlanNumberOfPaymentAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaPaymentPlanModel,PaymentPlan>
de.hybris.platform.tuawebservicesresources.mappers.paymentplan.PaymentPlanNumberOfPaymentAttributeMapper
public class PaymentPlanNumberOfPaymentAttributeMapper
extends TuaAttributeMapper<TuaPaymentPlanModel,PaymentPlan>
This attribute Mapper class maps data for numberOfPayments attribute between
TuaPaymentPlanModel and PaymentPlan- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentPlanNumberOfPaymentAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
PaymentPlanNumberOfPaymentAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaPaymentPlanModel source, PaymentPlan target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaPaymentPlanModel,PaymentPlan> - Parameters:
source- source objecttarget- target object
-