Class AccTaxExemptionValidForAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaAccountTaxExemptionModel,AccountTaxExemption>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.accounttaxexemption.AccTaxExemptionValidForAttributeMapper
@Deprecated(since="2208")
public class AccTaxExemptionValidForAttributeMapper
extends BaAttributeMapper<BaAccountTaxExemptionModel,AccountTaxExemption>
Deprecated.
2208
This attribute Mapper class maps data for valid for attribute between
BaAccountTaxExemptionModel and AccountTaxExemption- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionAccTaxExemptionValidForAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(AccountTaxExemption target, BaAccountTaxExemptionModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(BaAccountTaxExemptionModel source, AccountTaxExemption target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaAccountTaxExemptionModel source, AccountTaxExemption target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBaAttributeMapper<BaAccountTaxExemptionModel,AccountTaxExemption> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(AccountTaxExemption target, BaAccountTaxExemptionModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classBaAttributeMapper<BaAccountTaxExemptionModel,AccountTaxExemption> - Parameters:
target- target objectsource- source object
-