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