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