Package org.compiere.util
Class AmtInWords_HU
- java.lang.Object
-
- org.compiere.util.AmtInWords_HU
-
- All Implemented Interfaces:
AmtInWords
public class AmtInWords_HU extends Object implements AmtInWords
-
-
Constructor Summary
Constructors Constructor Description AmtInWords_HU()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmtInWords(String amount)Get Amount in WordsStringgetAmtInWordsTo1000(int amount)
-
-
-
Method Detail
-
getAmtInWords
public String getAmtInWords(String amount) throws Exception
Description copied from interface:AmtInWordsGet Amount in Words- Specified by:
getAmtInWordsin interfaceAmtInWords- Parameters:
amount- numeric amount (352.80)- Returns:
- amount in words (three*five*two 80/100)
- Throws:
Exception
-
getAmtInWordsTo1000
public String getAmtInWordsTo1000(int amount)
-
-