planetj.formatters
Class FourDecimalCurrencyFormatter

java.lang.Object
  extended byplanetj.formatters.AbstractFormatter
      extended byplanetj.formatters.NumberFormatter
          extended byplanetj.formatters.CurrencyFormatter
              extended byplanetj.formatters.FourDecimalCurrencyFormatter
All Implemented Interfaces:
IFormatter

public class FourDecimalCurrencyFormatter
extends CurrencyFormatter

This class allows for a currency value to be formatted with four decimal places instead of two.


Constructor Summary
FourDecimalCurrencyFormatter()
           
 
Methods inherited from class planetj.formatters.CurrencyFormatter
formatValue
 
Methods inherited from class planetj.formatters.NumberFormatter
getNumberFormat
 
Methods inherited from class planetj.formatters.AbstractFormatter
isPrepareFieldValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FourDecimalCurrencyFormatter

public FourDecimalCurrencyFormatter()