Class OrderItemAppointmentRefAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<OrderEntryData,OrderItem>
de.hybris.platform.b2ctelcotmfwebservices.mappers.orderitem.OrderItemAppointmentRefAttributeMapper
public class OrderItemAppointmentRefAttributeMapper
extends TmaAttributeMapper<OrderEntryData,OrderItem>
This attribute Mapper class maps data for appointmentRef attribute between
OrderEntryData and OrderItem- Since:
- 1911
-
Constructor Summary
ConstructorsConstructorDescriptionOrderItemAppointmentRefAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade) -
Method Summary
Modifier and TypeMethodDescriptionma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(OrderItem source, OrderEntryData target, ma.glasnost.orika.MappingContext context) Populates the source attribute value by obtained by processing the target object.voidpopulateTargetAttributeFromSource(OrderEntryData source, OrderItem target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
OrderItemAppointmentRefAttributeMapper
public OrderItemAppointmentRefAttributeMapper(ma.glasnost.orika.MapperFacade mapperFacade)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(OrderEntryData source, OrderItem target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<OrderEntryData,OrderItem> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(OrderItem source, OrderEntryData target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the source attribute value by obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTmaAttributeMapper<OrderEntryData,OrderItem> - Parameters:
source- target objecttarget- source object
-
getMapperFacade
public ma.glasnost.orika.MapperFacade getMapperFacade()
-