Package org.joda.money.format
Class MoneyPrintContext
java.lang.Object
org.joda.money.format.MoneyPrintContext
Context used when printing money.
This class is mutable and intended for use by a single thread. A new instance is created for each parse.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
locale
The locale to print using.
-
-
Constructor Details
-
MoneyPrintContext
MoneyPrintContext(Locale locale) Constructor.- Parameters:
locale
- the locale, not null
-
-
Method Details
-
getLocale
Gets the locale.- Returns:
- the locale, never null
-
setLocale
Sets the locale.- Parameters:
locale
- the locale, not null
-