public class BankAccount extends Object
| Constructor and Description |
|---|
BankAccount() |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
accountID(UUID accountID) |
BankAccount |
code(String code) |
boolean |
equals(Object o) |
UUID |
getAccountID()
The ID of the Bank Account
|
String |
getCode()
The Account Code of the Bank Account
|
String |
getName()
The Name Bank Account
|
int |
hashCode() |
void |
setAccountID(UUID accountID) |
void |
setCode(String code) |
String |
toString() |
public BankAccount code(String code)
public String getCode()
public void setCode(String code)
public BankAccount accountID(UUID accountID)
public UUID getAccountID()
public void setAccountID(UUID accountID)
public String getName()
Copyright © 2018. All rights reserved.