public class AccountBalance extends Object
Constructor and Description |
---|
AccountBalance(double balance,
String currency) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double |
getBalance() |
String |
getCurrency() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"balance","currency"}) public AccountBalance(double balance, String currency)
public double getBalance()
public String getCurrency()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.