Interface TmaPriceValueFormatter
- All Known Implementing Classes:
DefaultTmaPriceValueFormatter
public interface TmaPriceValueFormatter
Class responsible for formatting a price value.
- Since:
- 2007
-
Method Summary
Modifier and TypeMethodDescriptionformatPriceValue(BigDecimal value, CurrencyModel currency) Obtains a formatted string for the given price value and currency.
-
Method Details
-
formatPriceValue
Obtains a formatted string for the given price value and currency.- Parameters:
value- the price valuecurrency- the currency- Returns:
- formatted String with the price value and currency
-