Class PlaAtBaseTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaPricingLogicAlgorithmData,PricingLogicAlgorithm>
de.hybris.platform.b2ctelcotmfwebservices.mappers.pricinglogicalgorithm.PlaAtBaseTypeAttributeMapper
public class PlaAtBaseTypeAttributeMapper
extends TmaAttributeMapper<TmaPricingLogicAlgorithmData,PricingLogicAlgorithm>
This attribute Mapper class maps data for at base type attribute between
TmaPricingLogicAlgorithmData and PricingLogicAlgorithm- Since:
- 2102
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, PricingLogicAlgorithm 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
-
PlaAtBaseTypeAttributeMapper
public PlaAtBaseTypeAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaPricingLogicAlgorithmData source, PricingLogicAlgorithm 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<TmaPricingLogicAlgorithmData,PricingLogicAlgorithm> - Parameters:
source- source objecttarget- target object
-