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