Package org.compiere.util
Class AmtInWords_CA
- java.lang.Object
-
- org.compiere.util.AmtInWords_CA
-
- All Implemented Interfaces:
AmtInWords
public class AmtInWords_CA extends Object implements AmtInWords
Spanish Amount in Words- Version:
- $Id: AmtInWords_CA.java,v 1.3 2006/07/30 00:54:36 jjanke Exp $
- Author:
- Jordi Luna
-
-
Constructor Summary
Constructors Constructor Description AmtInWords_CA()
AmtInWords_CA
-
-
-
Method Detail
-
getAmtInWords
public String getAmtInWords(String amount) throws Exception
Get Amount in Words- Specified by:
getAmtInWords
in interfaceAmtInWords
- Parameters:
amount
- numeric amount (352.80)- Returns:
- amount in words (three*five*two 80/100)
- Throws:
Exception
-
-