Class TmaCartCostNameAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<TmaAbstractOrderChargePriceData,CartCostWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.cartcost.TmaCartCostNameAttributeMapper
@Deprecated(since="2011.1",
forRemoval=true)
public class TmaCartCostNameAttributeMapper
extends TmaAttributeMapper<TmaAbstractOrderChargePriceData,CartCostWsDTO>
Deprecated, for removal: This API element is subject to removal in a future version.
since 2011.1
This attribute Mapper class maps data for name attribute between
TmaAbstractOrderChargePriceData and
CartCostWsDTO- Since:
- 1911
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.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
-
TmaCartCostNameAttributeMapper
public TmaCartCostNameAttributeMapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TmaAbstractOrderChargePriceData source, CartCostWsDTO target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<TmaAbstractOrderChargePriceData,CartCostWsDTO> - Parameters:
source- source objecttarget- target object
-