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