Class ProductRefHrefAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaSubscribedProductData,ProductRef>
de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.productref.ProductRefHrefAttributeMapper
public class ProductRefHrefAttributeMapper
extends TmaAttributeMapper<TmaSubscribedProductData,ProductRef>
This attribute Mapper class maps href attribute for product relationship between
TmaSubscribedProductData and
ProductRef- Since:
- 2102
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaSubscribedProductData source, ProductRef 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
-
ProductRefHrefAttributeMapper
public ProductRefHrefAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaSubscribedProductData source, ProductRef 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<TmaSubscribedProductData,ProductRef> - Parameters:
source- source objecttarget- target object
-