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