Package org.compiere.util
Class AmtInWords_BG
java.lang.Object
org.compiere.util.AmtInWords_BG
- All Implemented Interfaces:
AmtInWords
Amount in Words for Bulgarian
- Version:
- $Id: AmtInWords_BG.java,v 0.1 2007/12/21 $, $Id: v, 0.2 2008/06/10 -Simplified. Changed to work with both a dot and a full stop as a separator and without a separator.
- Author:
- Kostadin Mitev -The class is based on the AmtInWords_EN.java written by jjanke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmtInWords
(String amount) Get Amount in Wordsstatic void
Test
-
Constructor Details
-
AmtInWords_BG
public AmtInWords_BG()AmtInWords_BG
-
-
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
-