grapes.tools
类 Amount

java.lang.Object
  继承者 grapes.tools.Amount

public class Amount
extends java.lang.Object

获取数字大写(数额,打印票据时常用)

作者:
JSPGen

构造方法摘要
Amount()
           
 
方法摘要
static java.lang.String getAmount(java.math.BigDecimal tempNumber)
           
static java.lang.String getAmount(double tempNumber)
          数字转金额
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Amount

public Amount()
方法详细信息

getAmount

public static java.lang.String getAmount(double tempNumber)
数字转金额

参数:
tempNumber - 待处理数字
返回:
String

getAmount

public static java.lang.String getAmount(java.math.BigDecimal tempNumber)