Class TaxExemptionCertificateTaxDefinitionAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaTaxExemptionCertificateModel,TaxExemptionCertificate>
de.hybris.platform.tuawebservicesresources.mappers.taxexemptioncertificate.TaxExemptionCertificateTaxDefinitionAttributeMapper
public class TaxExemptionCertificateTaxDefinitionAttributeMapper
extends TuaAttributeMapper<TuaTaxExemptionCertificateModel,TaxExemptionCertificate>
This attribute Mapper class maps data for tax definition attribute between
TuaTaxExemptionCertificateModel and TaxExemptionCertificate- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionTaxExemptionCertificateTaxDefinitionAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<TaxDefinition, TuaTaxDefinitionModel> tuaTaxDefinitionEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(TaxExemptionCertificate source, TuaTaxExemptionCertificateModel target, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaTaxExemptionCertificateModel source, TaxExemptionCertificate 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
-
TaxExemptionCertificateTaxDefinitionAttributeMapper
public TaxExemptionCertificateTaxDefinitionAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<TaxDefinition, TuaTaxDefinitionModel> tuaTaxDefinitionEntityResourceNormalizer)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaTaxExemptionCertificateModel source, TaxExemptionCertificate 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<TuaTaxExemptionCertificateModel,TaxExemptionCertificate> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(TaxExemptionCertificate source, TuaTaxExemptionCertificateModel target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaTaxExemptionCertificateModel,TaxExemptionCertificate> - Parameters:
source- target objecttarget- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade() -
getTuaTaxDefinitionEntityResourceNormalizer
protected TuaEntityResourceNormalizer<TaxDefinition,TuaTaxDefinitionModel> getTuaTaxDefinitionEntityResourceNormalizer()
-