Package org.compiere.util
Class AmtInWords_SR
java.lang.Object
org.compiere.util.AmtInWords_SR
- All Implemented Interfaces:
 AmtInWords
Amount in Words for Serbia.
- Author:
 - Nikola Petkov -The class is based on the AmtInWords_EN.java written by jjanke
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetAmtInWords(String amount) Get Amount in Wordsstatic voidTest 
- 
Constructor Details
- 
AmtInWords_SR
public AmtInWords_SR()AmtInWords_SR 
 - 
 - 
Method Details
- 
getAmtInWords
Get Amount in Words- Specified by:
 getAmtInWordsin interfaceAmtInWords- Parameters:
 amount- numeric amount (352.80)- Returns:
 - amount in words (three*five*two 80/100)
 - Throws:
 Exception
 - 
main
Test- Parameters:
 args- ignored
 
 -