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