Class PaymentMethodRefIdAttributeMapper
java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.mappers.PrAttributeMapper<PaymentInfoModel,PaymentMethodRef>
de.hybris.platform.partyroletmfwebservices.v1.mappers.paymentmethodref.PaymentMethodRefIdAttributeMapper
@Deprecated(since="2208")
public class PaymentMethodRefIdAttributeMapper
extends PrAttributeMapper<PaymentInfoModel,PaymentMethodRef>
Deprecated.
2208
This attribute Mapper class maps data for id attribute between
PaymentInfoModel and PaymentMethodRef- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentMethodRefIdAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(PaymentMethodRef target, PaymentInfoModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(PaymentInfoModel source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.partyroletmfwebservices.v1.mappers.PrAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
PaymentMethodRefIdAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PaymentInfoModel source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PrAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classPrAttributeMapper<PaymentInfoModel,PaymentMethodRef> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(PaymentMethodRef target, PaymentInfoModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PrAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classPrAttributeMapper<PaymentInfoModel,PaymentMethodRef> - Parameters:
target- target objectsource- source object
-