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