org.slim3.commons.util
Class BigDecimalUtil

java.lang.Object
  extended by org.slim3.commons.util.BigDecimalUtil

public final class BigDecimalUtil
extends Object

A utility class for BigDecimal.

Version:
3.0
Author:
higa

Method Summary
static BigDecimal toBigDecimal(Object o)
          Converts the object to BigDecimal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toBigDecimal

public static BigDecimal toBigDecimal(Object o)
Converts the object to BigDecimal.

Parameters:
o - the object
Returns:
the converted value


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.