Class PriceTaxRateAttributeMapper
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SpiComponentProdPriceModel,Price>
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.price.PriceTaxRateAttributeMapper
@Deprecated(since="2208")
public class PriceTaxRateAttributeMapper
extends SpiAttributeMapper<SpiComponentProdPriceModel,Price>
Deprecated.
2208
This attribute Mapper class maps data for taxRate attribute between
SpiComponentProdPriceModel and Price- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionPriceTaxRateAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(Price target, SpiComponentProdPriceModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(SpiComponentProdPriceModel source, Price target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
PriceTaxRateAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SpiComponentProdPriceModel source, Price target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:SpiAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classSpiAttributeMapper<SpiComponentProdPriceModel,Price> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(Price target, SpiComponentProdPriceModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:SpiAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classSpiAttributeMapper<SpiComponentProdPriceModel,Price> - Parameters:
target- target objectsource- source object
-