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