Class TmaPopDiscountCycleAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaProdOfferPriceAlterationData,ProductOfferingPriceAlterationWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productofferingprice.TmaPopDiscountCycleAttributeMapper
public class TmaPopDiscountCycleAttributeMapper
extends TmaAttributeMapper<TmaProdOfferPriceAlterationData,ProductOfferingPriceAlterationWsDTO>
This attribute Mapper class maps data for cycle attribute between
TmaProdOfferPriceAlterationData and
ProductOfferingPriceAlterationWsDTO- Since:
- 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaProdOfferPriceAlterationData source, ProductOfferingPriceAlterationWsDTO 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
-
TmaPopDiscountCycleAttributeMapper
public TmaPopDiscountCycleAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaProdOfferPriceAlterationData source, ProductOfferingPriceAlterationWsDTO 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<TmaProdOfferPriceAlterationData,ProductOfferingPriceAlterationWsDTO> - Parameters:
source- source objecttarget- target object
-