public class Account extends Object
Modifier and Type | Method and Description |
---|---|
long |
getAccountNo() |
double |
getBalance() |
void |
setAccountNo(long accountNo) |
void |
setBalance(double balance) |
String |
toString() |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.