Package org.joda.money.format
Class MoneyPrintContext
- java.lang.Object
-
- org.joda.money.format.MoneyPrintContext
-
public final class MoneyPrintContext extends java.lang.ObjectContext 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 Modifier and Type Field Description private java.util.LocalelocaleThe locale to print using.
-
Constructor Summary
Constructors Constructor Description MoneyPrintContext(java.util.Locale locale)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.LocalegetLocale()Gets the locale.voidsetLocale(java.util.Locale locale)Sets the locale.
-