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