public class BankingBalancePurse extends Object
| Constructor and Description |
|---|
BankingBalancePurse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAmount()
The balance available for this additional currency purse
|
String |
getCurrency()
The currency for the purse
|
int |
hashCode() |
void |
setAmount(String amount) |
void |
setCurrency(String currency) |
String |
toString() |
public String getAmount()
public void setAmount(String amount)
public String getCurrency()
public void setCurrency(String currency)
Copyright © 2019. All rights reserved.