Class PoMediaAttachmentAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<ProductData,ProductOffering>
de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.productoffering.PoMediaAttachmentAttributeMapper
public class PoMediaAttachmentAttributeMapper
extends TmaAttributeMapper<ProductData,ProductOffering>
This attribute Mapper class maps data for attachment attribute between
ProductData and
ProductOffering- Since:
- 2007
-
Constructor Summary
ConstructorsConstructorDescriptionPoMediaAttachmentAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade) A constructor forPoMediaAttachmentAttributeMapper -
Method Summary
Modifier and TypeMethodDescriptionma.glasnost.orika.MapperFacadevoidpopulateTargetAttributeFromSource(ProductData source, ProductOffering 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
-
PoMediaAttachmentAttributeMapper
public PoMediaAttachmentAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade) A constructor forPoMediaAttachmentAttributeMapper- Parameters:
mapperFacade-
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(ProductData source, ProductOffering 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<ProductData,ProductOffering> - Parameters:
source- source objecttarget- target object
-
getMapperFacade
public ma.glasnost.orika.MapperFacade getMapperFacade()
-