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