Class NetworkProductAtBaseTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaNetworkProductModel,NetworkProduct>
de.hybris.platform.tuawebservicesresources.mappers.networkproduct.NetworkProductAtBaseTypeAttributeMapper
public class NetworkProductAtBaseTypeAttributeMapper
extends TuaAttributeMapper<TuaNetworkProductModel,NetworkProduct>
This attribute Mapper class maps data for atBaseType attribute between
TuaConsumptionSummaryModel and
ConsumptionSummary- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkProductAtBaseTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaNetworkProductModel source, NetworkProduct target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
NetworkProductAtBaseTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaNetworkProductModel source, NetworkProduct target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaNetworkProductModel,NetworkProduct> - Parameters:
source- source objecttarget- target object
-