Class ProductPriceTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaProductPriceModel,ProductPrice>
de.hybris.platform.tuawebservicesresources.v3.mappers.productprice.ProductPriceTypeAttributeMapper
public class ProductPriceTypeAttributeMapper
extends TuaAttributeMapper<TuaProductPriceModel,ProductPrice>
This attribute Mapper class maps data for atType attribute between
TuaProductPriceModel and ProductPrice- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionProductPriceTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaProductPriceModel source, ProductPrice target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
ProductPriceTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaProductPriceModel source, ProductPrice target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaProductPriceModel,ProductPrice> - Parameters:
source- source objecttarget- target object
-