Class TmaPopAllowanceTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaAllowanceProdOfferPriceAlterationData,ProductOfferingPriceAllowanceWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productofferingprice.TmaPopAllowanceTypeAttributeMapper
public class TmaPopAllowanceTypeAttributeMapper
extends TmaAttributeMapper<TmaAllowanceProdOfferPriceAlterationData,ProductOfferingPriceAllowanceWsDTO>
This attribute Mapper class maps data for chargeType attribute between
TmaAllowanceProdOfferPriceAlterationData and
ProductOfferingPriceAlterationWsDTO- Since:
- 2011
-
Constructor Summary
ConstructorsConstructorDescriptionTmaPopAllowanceTypeAttributeMapper(Map<String, String> productOfferingPriceTypeDtoMap) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaAllowanceProdOfferPriceAlterationData source, ProductOfferingPriceAllowanceWsDTO target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
TmaPopAllowanceTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaAllowanceProdOfferPriceAlterationData source, ProductOfferingPriceAllowanceWsDTO target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<TmaAllowanceProdOfferPriceAlterationData,ProductOfferingPriceAllowanceWsDTO> - Parameters:
source- source objecttarget- target object
-
getProductOfferingPriceTypeDtoMap
-