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 String
getAmtInWords(String amount)
Get Amount in WordsString
getAmtInWordsTo1000(int amount)
-
-
-
Method Detail
-
getAmtInWords
public String getAmtInWords(String amount) throws Exception
Description copied from interface:AmtInWords
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
-
getAmtInWordsTo1000
public String getAmtInWordsTo1000(int amount)
-
-