Class OrderItemSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<OrderEntryData,OrderItem>
de.hybris.platform.b2ctelcotmfwebservices.mappers.orderitem.OrderItemSchemaLocationAttributeMapper
public class OrderItemSchemaLocationAttributeMapper
extends TmaAttributeMapper<OrderEntryData,OrderItem>
This attribute Mapper class maps data for schema location attribute between
OrderEntryData and OrderItem- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(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, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
OrderItemSchemaLocationAttributeMapper
public OrderItemSchemaLocationAttributeMapper()
-
-
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
-