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