Class CreditCardExpirationDateAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaCreditCardData,CreditCardType>
de.hybris.platform.b2ctelcotmfwebservices.mappers.creditcard.CreditCardExpirationDateAttributeMapper
public class CreditCardExpirationDateAttributeMapper
extends TmaAttributeMapper<TmaCreditCardData,CreditCardType>
This attribute Mapper class maps data for expiration date attribute between
TmaCreditCardData and
CreditCardType- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaCreditCardData source, CreditCardType 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
-
CreditCardExpirationDateAttributeMapper
public CreditCardExpirationDateAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaCreditCardData source, CreditCardType 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<TmaCreditCardData,CreditCardType> - Parameters:
source- source objecttarget- target object
-