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