Package org.compiere.util
Class AmtInWords_PT
java.lang.Object
org.compiere.util.AmtInWords_PT
- All Implemented Interfaces:
AmtInWords
Portuguese Amount in Words
- Version:
- $Id: AmtInWords_PT.java,v 1.0 2008/01/07 00:54:36 ralexsander Exp $
- Author:
- Jorg Janke - http://www.rgagnon.com/javadetails/java-0426.html
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmtInWords
(String amount) Get Amount in WordsgetAmtInWords
(BigDecimal amount) static void
-
Constructor Details
-
AmtInWords_PT
public AmtInWords_PT()AmtInWords_PT
-
-
Method Details
-
getAmtInWords
- Parameters:
amount
-- Returns:
- Throws:
Exception
-
getAmtInWords
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
-
main
- Throws:
Exception
-