public final class BankAccount extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
BankAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
String |
getBeneficiary() |
String |
getBic() |
String |
getCurrency() |
String |
getIban() |
BankAccount |
setBeneficiary(String beneficiary) |
BankAccount |
setBic(String bic) |
BankAccount |
setCurrency(String currency) |
BankAccount |
setIban(String iban) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getBeneficiary()
public BankAccount setBeneficiary(String beneficiary)
public String getBic()
public BankAccount setBic(String bic)
public String getCurrency()
public BankAccount setCurrency(String currency)
public String getIban()
public BankAccount setIban(String iban)
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.