Class TaxExemptionCertificateValidForAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaTaxExemptionCertificateModel,TaxExemptionCertificate>
de.hybris.platform.tuawebservicesresources.mappers.taxexemptioncertificate.TaxExemptionCertificateValidForAttributeMapper
public class TaxExemptionCertificateValidForAttributeMapper
extends TuaAttributeMapper<TuaTaxExemptionCertificateModel,TaxExemptionCertificate>
This attribute Mapper class maps data for valid for attribute between
TuaTaxExemptionCertificateModel and TaxExemptionCertificate- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionTaxExemptionCertificateValidForAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(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
-
TaxExemptionCertificateValidForAttributeMapper
-
-
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
-