Class PopRefHrefAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaProductOfferingPriceModel,ProductOfferingPriceRef>
de.hybris.platform.b2ctelcotmfresources.v1.mappers.productofferingpriceref.PopRefHrefAttributeMapper
public class PopRefHrefAttributeMapper
extends TmaAttributeMapper<TmaProductOfferingPriceModel,ProductOfferingPriceRef>
This attribute Mapper class maps data for href attribute between
TmaProductOfferingPriceModel and ProductOfferingPriceRef- Since:
- 2105
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaProductOfferingPriceModel source, ProductOfferingPriceRef 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
-
PopRefHrefAttributeMapper
public PopRefHrefAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaProductOfferingPriceModel source, ProductOfferingPriceRef 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<TmaProductOfferingPriceModel,ProductOfferingPriceRef> - Parameters:
source- source objecttarget- target object
-