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