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