Class ProductOrderRefIdAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<OrderModel,ProductOrderRef>
de.hybris.platform.b2ctelcotmfresources.v1.mappers.productorderref.ProductOrderRefIdAttributeMapper
public class ProductOrderRefIdAttributeMapper
extends TmaAttributeMapper<OrderModel,ProductOrderRef>
This attribute Mapper class maps data for ID attribute between
OrderModel and ProductOrderRef- Since:
- 2105
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(OrderModel source, ProductOrderRef 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
-
ProductOrderRefIdAttributeMapper
public ProductOrderRefIdAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(OrderModel source, ProductOrderRef 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<OrderModel,ProductOrderRef> - Parameters:
source- source objecttarget- target object
-