Class TmaProductRefIdAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<ProductRelationshipData,ProductRefWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productref.TmaProductRefIdAttributeMapper
public class TmaProductRefIdAttributeMapper
extends TmaAttributeMapper<ProductRelationshipData,ProductRefWsDTO>
This attribute Mapper class maps data for id attribute between
ProductRelationshipData and
ProductRefWsDTO- Since:
- 2302
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(ProductRelationshipData source, ProductRefWsDTO 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
-
TmaProductRefIdAttributeMapper
public TmaProductRefIdAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(ProductRelationshipData source, ProductRefWsDTO 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<ProductRelationshipData,ProductRefWsDTO> - Parameters:
source- source objecttarget- target object
-