com.retek.commons.util
Class MoneyUtils

java.lang.Object
  extended bycom.retek.commons.util.MoneyUtils

public class MoneyUtils
extends java.lang.Object


Constructor Summary
MoneyUtils()
           
 
Method Summary
static Money getMoney(java.lang.String amount)
           
static Money getMoney(java.lang.String amount, boolean returnNull)
           
static java.lang.String getString(Money money)
           
static java.lang.String getString(Money money, boolean defaultEmpty)
           
static Money max(Money moneyOne, Money moneyTwo)
           
static Money min(Money moneyOne, Money moneyTwo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoneyUtils

public MoneyUtils()
Method Detail

getMoney

public static Money getMoney(java.lang.String amount)

getMoney

public static Money getMoney(java.lang.String amount,
                             boolean returnNull)

getString

public static java.lang.String getString(Money money)

getString

public static java.lang.String getString(Money money,
                                         boolean defaultEmpty)

min

public static Money min(Money moneyOne,
                        Money moneyTwo)

max

public static Money max(Money moneyOne,
                        Money moneyTwo)


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25