public class BAmountInWords extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
amountInWords |
protected String |
words |
| Constructor and Description |
|---|
BAmountInWords() |
BAmountInWords(int amount) |
BAmountInWords(String amount) |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(int amount) |
String |
getAmountInWords() |
void |
setAmountInWords(String amountInWords) |
String |
threeDigits(int digits) |
public BAmountInWords()
public BAmountInWords(int amount)
public BAmountInWords(String amount)
Copyright © 2016 openBaraza. All Rights Reserved.