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