public interface BankAccount
extends net.java.ao.Entity
Modifier and Type | Method and Description |
---|---|
int |
getBalance() |
String |
getCustomer() |
boolean |
isOpen() |
void |
setBalance(int cents) |
void |
setCustomer(String customerName) |
void |
setEnabled(boolean enabled) |
Copyright © 2003–2020 Atlassian. All rights reserved.