Class TmaChannelIdAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<PriceRowChannel,ChannelWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.price.TmaChannelIdAttributeMapper
This attribute Mapper class maps data for ID attribute between
PriceRowChannel and ChannelWsDTO- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(PriceRowChannel source, ChannelWsDTO 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
-
TmaChannelIdAttributeMapper
public TmaChannelIdAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PriceRowChannel source, ChannelWsDTO 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<PriceRowChannel,ChannelWsDTO> - Parameters:
source- source objecttarget- target object
-