Class OrderPriceUsageChargeTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaAbstractOrderTierUsageCompositePriceData,OrderPrice>
de.hybris.platform.b2ctelcotmfwebservices.mappers.orderprice.OrderPriceUsageChargeTypeAttributeMapper
public class OrderPriceUsageChargeTypeAttributeMapper
extends TmaAttributeMapper<TmaAbstractOrderTierUsageCompositePriceData,OrderPrice>
This attribute Mapper class maps data for orderPrice usageChargeType attribute between
TmaAbstractOrderTierUsageCompositePriceData and OrderPrice- Since:
- 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaAbstractOrderTierUsageCompositePriceData source, OrderPrice 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
-
OrderPriceUsageChargeTypeAttributeMapper
public OrderPriceUsageChargeTypeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaAbstractOrderTierUsageCompositePriceData source, OrderPrice 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<TmaAbstractOrderTierUsageCompositePriceData,OrderPrice> - Parameters:
source- source objecttarget- target object
-