org.joda.money.format
Class MoneyPrintContext

java.lang.Object
  extended by org.joda.money.format.MoneyPrintContext

public final class MoneyPrintContext
extends Object

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.


Method Summary
 Locale getLocale()
          Gets the locale.
 void setLocale(Locale locale)
          Sets the locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocale

public Locale getLocale()
Gets the locale.

Returns:
the locale, never null

setLocale

public void setLocale(Locale locale)
Sets the locale.

Parameters:
locale - the locale, not null


Copyright © 2009-2013 Joda.org. All Rights Reserved.