Class TmaMoneyValueAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<SubscriptionPricePlanData,MoneyWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.money.TmaMoneyValueAttributeMapper
public class TmaMoneyValueAttributeMapper
extends TmaAttributeMapper<SubscriptionPricePlanData,MoneyWsDTO>
This attribute Mapper class maps price value for cart price attribute between
SubscriptionPricePlanData and
MoneyWsDTO- Since:
- 1911
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(SubscriptionPricePlanData source, MoneyWsDTO 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
-
TmaMoneyValueAttributeMapper
public TmaMoneyValueAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SubscriptionPricePlanData source, MoneyWsDTO 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<SubscriptionPricePlanData,MoneyWsDTO> - Parameters:
source- source objecttarget- target object
-