| Constructor and Description |
|---|
DonutMoneyWithdraw() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getAmount() |
java.lang.Number |
getAmountWithoutFee() |
int |
hashCode() |
DonutMoneyWithdraw |
setAmount(java.lang.Number amount) |
DonutMoneyWithdraw |
setAmountWithoutFee(java.lang.Number amountWithoutFee) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Number getAmount()
public DonutMoneyWithdraw setAmount(java.lang.Number amount)
public java.lang.Number getAmountWithoutFee()
public DonutMoneyWithdraw setAmountWithoutFee(java.lang.Number amountWithoutFee)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()