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