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