Class MediumCharacteristicSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaMediumCharacteristicModel,MediumCharacteristic>
de.hybris.platform.tuawebservicesresources.mappers.mediumcharacteristic.MediumCharacteristicSchemaLocationAttributeMapper
public class MediumCharacteristicSchemaLocationAttributeMapper
extends TuaAttributeMapper<TuaMediumCharacteristicModel,MediumCharacteristic>
This attribute Mapper class maps data for schema location attribute between
TuaMediumCharacteristicModel and MediumCharacteristic- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionMediumCharacteristicSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(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, populateSourceAttributeFromTarget
-
Constructor Details
-
MediumCharacteristicSchemaLocationAttributeMapper
-
-
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
-