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