Class PriceTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaComponentProdPriceModel,Price>
de.hybris.platform.tuawebservicesresources.mappers.price.PriceTypeAttributeMapper
This attribute Mapper class maps data for atType attribute between
TuaComponentProdPriceModel and Price- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionPriceTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaComponentProdPriceModel source, Price 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
-
PriceTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaComponentProdPriceModel source, Price 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<TuaComponentProdPriceModel,Price> - Parameters:
source- source objecttarget- target object
-