public final class BillPayment extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
BillPayment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
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) |
public 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()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.