Package de.hybris.platform.productqualificationtmfwebservices.v1.mappers.productofferingqualificationitem
Class PoQualificationItemOfferingAttributeMapper
java.lang.Object
de.hybris.platform.productqualificationtmfwebservices.v1.mappers.PqAttributeMapper<PqPoQualificationItemRao,ProductOfferingQualificationItem>
de.hybris.platform.productqualificationtmfwebservices.v1.mappers.productofferingqualificationitem.PoQualificationItemOfferingAttributeMapper
public class PoQualificationItemOfferingAttributeMapper
extends PqAttributeMapper<PqPoQualificationItemRao,ProductOfferingQualificationItem>
This attribute Mapper class maps data for productOffering attribute between
PqPoQualificationItemRao and ProductOfferingQualificationItem- Since:
- 2211
-
Constructor Summary
ConstructorsConstructorDescriptionPoQualificationItemOfferingAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(ProductOfferingQualificationItem target, PqPoQualificationItemRao source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(PqPoQualificationItemRao source, ProductOfferingQualificationItem target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.productqualificationtmfwebservices.v1.mappers.PqAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
PoQualificationItemOfferingAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PqPoQualificationItemRao source, ProductOfferingQualificationItem target, ma.glasnost.orika.MappingContext context) Description copied from class:PqAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classPqAttributeMapper<PqPoQualificationItemRao,ProductOfferingQualificationItem> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(ProductOfferingQualificationItem target, PqPoQualificationItemRao source, ma.glasnost.orika.MappingContext context) Description copied from class:PqAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classPqAttributeMapper<PqPoQualificationItemRao,ProductOfferingQualificationItem> - Parameters:
target- target objectsource- source object
-