com.gisgraphy.util
Class CurrencyConverter

java.lang.Object
  extended by com.gisgraphy.util.CurrencyConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

public class CurrencyConverter
extends Object
implements org.apache.commons.beanutils.Converter

This class is converts a Double to a double-digit String (and vise-versa) by BeanUtils when copying properties.

Author:
Matt Raible

Constructor Summary
CurrencyConverter()
           
 
Method Summary
 Object convert(Class type, Object value)
          Convert a String to a Double and a Double to a String
 void setDecimalFormatter(DecimalFormat df)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrencyConverter

public CurrencyConverter()
Method Detail

setDecimalFormatter

public void setDecimalFormatter(DecimalFormat df)

convert

public final Object convert(Class type,
                            Object value)
Convert a String to a Double and a Double to a String

Specified by:
convert in interface org.apache.commons.beanutils.Converter
Parameters:
type - the class type to output
value - the object to convert
Returns:
object the converted object (Double or String)


Copyright © 2012. All Rights Reserved.