Class MediumCharacteristicContactTypeAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaMediumCharacteristicModel,MediumCharacteristic>
de.hybris.platform.tuawebservicesresources.mappers.mediumcharacteristic.MediumCharacteristicContactTypeAttributeMapper
public class MediumCharacteristicContactTypeAttributeMapper
extends TuaAttributeMapper<TuaMediumCharacteristicModel,MediumCharacteristic>
This attribute Mapper class maps data for contactType attribute between
TuaMediumCharacteristicModel and MediumCharacteristic- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionMediumCharacteristicContactTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(MediumCharacteristic target, TuaMediumCharacteristicModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaMediumCharacteristicModel source, MediumCharacteristic 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
-
Constructor Details
-
MediumCharacteristicContactTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaMediumCharacteristicModel source, MediumCharacteristic 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<TuaMediumCharacteristicModel,MediumCharacteristic> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(MediumCharacteristic target, TuaMediumCharacteristicModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaMediumCharacteristicModel,MediumCharacteristic> - Parameters:
target- target objectsource- source object
-