Class PaymentMethodValidForAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<CCPaymentInfoData,PaymentMethodType>
de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethod.PaymentMethodValidForAttributeMapper
public class PaymentMethodValidForAttributeMapper
extends TmaAttributeMapper<CCPaymentInfoData,PaymentMethodType>
This attribute Mapper class maps data for validFor attribute between
CCPaymentInfoData and
PaymentMethodType- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(PaymentMethodType target, CCPaymentInfoData source, ma.glasnost.orika.MappingContext context) Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType 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, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
PaymentMethodValidForAttributeMapper
public PaymentMethodValidForAttributeMapper()
-
-
Method Details
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(PaymentMethodType target, CCPaymentInfoData source, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the source attribute value by obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTmaAttributeMapper<CCPaymentInfoData,PaymentMethodType> - Parameters:
target- target objectsource- source object
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodType 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<CCPaymentInfoData,PaymentMethodType> - Parameters:
source- source objecttarget- target object
-