Class DeliveryModeRefHrefAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<DeliveryModeData,DeliveryModeRef>
de.hybris.platform.b2ctelcotmfwebservices.mappers.deliverymoderef.DeliveryModeRefHrefAttributeMapper
public class DeliveryModeRefHrefAttributeMapper
extends TmaAttributeMapper<DeliveryModeData,DeliveryModeRef>
This attribute Mapper class maps data for href attribute between
DeliveryModeData and DeliveryModeRef- Since:
- 1911
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(DeliveryModeData source, DeliveryModeRef 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
-
DeliveryModeRefHrefAttributeMapper
public DeliveryModeRefHrefAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(DeliveryModeData source, DeliveryModeRef 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<DeliveryModeData,DeliveryModeRef> - Parameters:
source- source objecttarget- target object
-