public final class BillPayment extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
BillPayment() |
| 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. |
BankAccount |
getBankAccount() |
Date |
getDueDate() |
String |
getKey() |
Double |
getTotalAmount() |
String |
getType() |
Long |
getVariableSymbol() |
BillPayment |
setBankAccount(BankAccount bankAccount) |
BillPayment |
setDueDate(Date dueDate) |
BillPayment |
setKey(String key) |
BillPayment |
setTotalAmount(Double totalAmount) |
BillPayment |
setType(String type) |
BillPayment |
setVariableSymbol(Long variableSymbol) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic BankAccount getBankAccount()
public BillPayment setBankAccount(BankAccount bankAccount)
public Date getDueDate()
public BillPayment setDueDate(Date dueDate)
public String getKey()
public BillPayment setKey(String key)
public Double getTotalAmount()
public BillPayment setTotalAmount(Double totalAmount)
public String getType()
public BillPayment setType(String type)
public Long getVariableSymbol()
public BillPayment setVariableSymbol(Long variableSymbol)
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.