Class AppliedCustomerBillingRateAppliedTaxAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaAppliedCustomerBillingRateModel,AppliedCustomerBillingRate>
de.hybris.platform.tuawebservicesresources.mappers.appliedcustomerbillingrate.AppliedCustomerBillingRateAppliedTaxAttributeMapper
public class AppliedCustomerBillingRateAppliedTaxAttributeMapper
extends TuaAttributeMapper<TuaAppliedCustomerBillingRateModel,AppliedCustomerBillingRate>
This attribute Mapper class maps data for appliedTax attribute between
TuaAppliedCustomerBillingRateModel and
AppliedCustomerBillingRate- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionAppliedCustomerBillingRateAppliedTaxAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate 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
-
AppliedCustomerBillingRateAppliedTaxAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaAppliedCustomerBillingRateModel source, AppliedCustomerBillingRate 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<TuaAppliedCustomerBillingRateModel,AppliedCustomerBillingRate> - Parameters:
source- source objecttarget- target object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-