Class PaymentMethodRefReferredTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<CouponData,PaymentMethodRef>
de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethodrefcoupon.PaymentMethodRefReferredTypeAttributeMapper
public class PaymentMethodRefReferredTypeAttributeMapper
extends TmaAttributeMapper<CouponData,PaymentMethodRef>
This attribute Mapper class maps data for atrefferedType attribute between
CouponData and PaymentMethodRef- Since:
- 2003
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(CouponData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
PaymentMethodRefReferredTypeAttributeMapper
public PaymentMethodRefReferredTypeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(CouponData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<CouponData,PaymentMethodRef> - Parameters:
source- source objecttarget- target object
-