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