Class PopAllowanceTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaAllowanceProdOfferPriceAlterationData,ProdOfferPriceAllowance>
de.hybris.platform.b2ctelcotmfwebservices.mappers.productofferingprice.PopAllowanceTypeAttributeMapper
public class PopAllowanceTypeAttributeMapper
extends TmaAttributeMapper<TmaAllowanceProdOfferPriceAlterationData,ProdOfferPriceAllowance>
This attribute Mapper class maps data for allowance attribute between
TmaAllowanceProdOfferPriceAlterationData and
ProdOfferPriceAllowance- Since:
- 2011
-
Constructor Summary
ConstructorsConstructorDescriptionPopAllowanceTypeAttributeMapper(Map<String, String> productOfferingPriceTypeDtoMap) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaAllowanceProdOfferPriceAlterationData source, ProdOfferPriceAllowance 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
-
PopAllowanceTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaAllowanceProdOfferPriceAlterationData source, ProdOfferPriceAllowance 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,ProdOfferPriceAllowance> - Parameters:
source- source objecttarget- target object
-
getProductOfferingPriceTypeDtoMap
-