Class RpcIsBundleAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<RecurringChargeEntryData,RecurringPriceCharge>
de.hybris.platform.b2ctelcotmfwebservices.mappers.recurringpricecharge.RpcIsBundleAttributeMapper
public class RpcIsBundleAttributeMapper
extends TmaAttributeMapper<RecurringChargeEntryData,RecurringPriceCharge>
This attribute Mapper class maps data for isBundle 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
-
RpcIsBundleAttributeMapper
public RpcIsBundleAttributeMapper()
-
-
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
-