Class AccTaxExemptionSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaAccountTaxExemptionModel,AccountTaxExemption>
de.hybris.platform.tuawebservicesresources.mappers.accounttaxexemption.AccTaxExemptionSchemaLocationAttributeMapper
public class AccTaxExemptionSchemaLocationAttributeMapper
extends TuaAttributeMapper<TuaAccountTaxExemptionModel,AccountTaxExemption>
This attribute Mapper class maps data for schema location attribute between
TuaAccountTaxExemptionModel and AccountTaxExemption- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionAccTaxExemptionSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaAccountTaxExemptionModel source, AccountTaxExemption 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
-
AccTaxExemptionSchemaLocationAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaAccountTaxExemptionModel source, AccountTaxExemption 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<TuaAccountTaxExemptionModel,AccountTaxExemption> - Parameters:
source- source objecttarget- target object
-