Package de.hybris.platform.productqualificationtmfwebservices.v1.mappers.productofferingqualification
Class PoQualificationItemsAttributeMapper
java.lang.Object
de.hybris.platform.productqualificationtmfwebservices.v1.mappers.PqAttributeMapper<PqPoQualificationRao,ProductOfferingQualification>
de.hybris.platform.productqualificationtmfwebservices.v1.mappers.productofferingqualification.PoQualificationItemsAttributeMapper
public class PoQualificationItemsAttributeMapper
extends PqAttributeMapper<PqPoQualificationRao,ProductOfferingQualification>
This attribute Mapper class maps data for productOfferingQualificationItem attribute between
PqPoQualificationRao and ProductOfferingQualification- Since:
- 2211
-
Constructor Summary
ConstructorsConstructorDescriptionPoQualificationItemsAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(ProductOfferingQualification target, PqPoQualificationRao source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(PqPoQualificationRao source, ProductOfferingQualification 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
-
PoQualificationItemsAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PqPoQualificationRao source, ProductOfferingQualification 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<PqPoQualificationRao,ProductOfferingQualification> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(ProductOfferingQualification target, PqPoQualificationRao source, ma.glasnost.orika.MappingContext context) Description copied from class:PqAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classPqAttributeMapper<PqPoQualificationRao,ProductOfferingQualification> - Parameters:
target- target objectsource- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-