public class FeeInfo extends Object
| Constructor and Description |
|---|
FeeInfo() |
public Integer getBillNumber()
public void setBillNumber(Integer billNumber)
billNumber - the billNumber to setpublic String getBillReasonId()
public void setBillReasonId(String billReasonId)
billReasonId - the billReasonId to setpublic String getBillReasonDescription()
public void setBillReasonDescription(String billReasonDescription)
billReasonDescription - the billReasonDescription to setpublic String getAmount()
public void setAmount(String amount)
amount - the amount to setpublic String getTaxAmount()
public void setTaxAmount(String taxAmount)
taxAmount - the taxAmount to setpublic String getAmountOutstanding()
public void setAmountOutstanding(String amountOutstanding)
amountOutstanding - the amountOutstanding to setpublic String getBillLibraryId()
public void setBillLibraryId(String billLibraryId)
billLibraryId - the billLibraryId to setpublic String getBillLibraryDescription()
public void setBillLibraryDescription(String billLibraryDescription)
billLibraryDescription - the billLibraryDescription to setpublic LocalDate getDateBilled()
public void setDateBilled(LocalDate dateBilled)
dateBilled - the dateBilled to setpublic LocalDate getDateCreated()
public void setDateCreated(LocalDate dateCreated)
dateCreated - the dateCreated to setpublic Integer getNumberOfPaymentsMade()
public void setNumberOfPaymentsMade(Integer numberOfPaymentsMade)
numberOfPaymentsMade - the numberOfPaymentsMade to setpublic LocalDate getLastPaymentDate()
public void setLastPaymentDate(LocalDate lastPaymentDate)
lastPaymentDate - the lastPaymentDate to setpublic List<FeePaymentInfo> getFeePaymentInfo()
public void setFeePaymentInfo(List<FeePaymentInfo> feePaymentInfo)
feePaymentInfo - the feePaymentInfo to setpublic FeeItemInfo getFeeItemInfo()
public void setFeeItemInfo(FeeItemInfo feeItemInfo)
feeItemInfo - the feeItemInfo to setCopyright © 2015. All rights reserved.