Package org.compiere.util
Class AmtInWords_PL
- java.lang.Object
-
- org.compiere.util.AmtInWords_PL
-
- All Implemented Interfaces:
AmtInWords
public class AmtInWords_PL extends Object implements AmtInWords
Amount in Words for Polish- 2006-02-13 - teo_sarca - integrated Gavin Dunse patch [ 1658661 ] translate polish AmtInWords_PL.java Windows-1250 to UTF-8
- Version:
- $Id: AmtInWords_PL.java,v 1.4 2005/12/31 06:33:21 jjanke Exp $
- Author:
- Marek Mosiewicz - http://www.rgagnon.com/javadetails/java-0426.html
-
-
Constructor Summary
Constructors Constructor Description AmtInWords_PL()
AmtInWords_EN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAmtInWords(String amount)
Get Amount in Wordsstatic void
main(String[] args)
Test
-
-
-
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
-
main
public static void main(String[] args)
Test- Parameters:
args
- ignored
-
-