public static class Row.BankInformation extends Object
| Constructor and Description |
|---|
BankInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBankName() |
String |
getBic() |
String |
getIban() |
int |
hashCode() |
Row.BankInformation |
setBankName(String bankName) |
Row.BankInformation |
setBic(String bic) |
Row.BankInformation |
setIban(String iban) |
String |
toString() |
public BankInformation()
public String getBankName()
public Row.BankInformation setBankName(String bankName)
public Row.BankInformation setBic(String bic)
public Row.BankInformation setIban(String iban)
Copyright © 2014-2016 Konik.io. All Rights Reserved.