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