Package org.compiere.util
Class AmtInWords_PL
java.lang.Object
org.compiere.util.AmtInWords_PL
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescriptiongetAmtInWords
(String amount) Get Amount in Wordsstatic void
Test
-
Constructor Details
-
AmtInWords_PL
public AmtInWords_PL()AmtInWords_PL
-
-
Method Details
-
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
Test- Parameters:
args
- ignored
-