Class ProductOfferingPriceRefHrefAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaProductOfferingPriceModel,ProductOfferingPriceRef>
de.hybris.platform.tuawebservicesresources.mappers.productofferingpriceref.ProductOfferingPriceRefHrefAttributeMapper
public class ProductOfferingPriceRefHrefAttributeMapper
extends TuaAttributeMapper<TuaProductOfferingPriceModel,ProductOfferingPriceRef>
This attribute Mapper class maps data for href attribute between
TuaProductOfferingPriceModel and ProductOfferingPriceRef- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionProductOfferingPriceRefHrefAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TuaProductOfferingPriceModel source, ProductOfferingPriceRef 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
-
ProductOfferingPriceRefHrefAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaProductOfferingPriceModel source, ProductOfferingPriceRef 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<TuaProductOfferingPriceModel,ProductOfferingPriceRef> - Parameters:
source- source objecttarget- target object
-