Class ProductSpecRefHrefAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaProductSpecificationData,ProductSpecificationRef>
de.hybris.platform.b2ctelcotmfwebservices.mappers.productspecificationref.ProductSpecRefHrefAttributeMapper
public class ProductSpecRefHrefAttributeMapper
extends TmaAttributeMapper<TmaProductSpecificationData,ProductSpecificationRef>
This attribute Mapper class maps data for href attribute between
TmaProductSpecificationData and
ProductSpecificationRef- Since:
- 1903
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaProductSpecificationData source, ProductSpecificationRef target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
ProductSpecRefHrefAttributeMapper
public ProductSpecRefHrefAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaProductSpecificationData source, ProductSpecificationRef target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<TmaProductSpecificationData,ProductSpecificationRef> - Parameters:
source- source objecttarget- target object
-