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