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