public class CollectionInfo extends Object
| Constructor and Description |
|---|
CollectionInfo() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCollByCash() |
BigDecimal |
getCollByCheque() |
BigDecimal |
getEduEgsArrColl() |
BigDecimal |
getEduEgsCurrColl() |
BigDecimal |
getGrandTotal() |
String |
getOperator() |
BigDecimal |
getOtherColl() |
List<ReceiptInfo> |
getRcptInfoList() |
BigDecimal |
getTotalArrColl() |
BigDecimal |
getTotalCurrColl() |
void |
setCollByCash(BigDecimal collByCash) |
void |
setCollByCheque(BigDecimal collByCheque) |
void |
setEduEgsArrColl(BigDecimal eduEgsArrColl) |
void |
setEduEgsCurrColl(BigDecimal eduEgsCurrColl) |
void |
setGrandTotal(BigDecimal grandTotal) |
void |
setOperator(String operator) |
void |
setOtherColl(BigDecimal otherColl) |
void |
setRcptInfoList(List<ReceiptInfo> rcptInfoList) |
void |
setTotalArrColl(BigDecimal totalArrColl) |
void |
setTotalCurrColl(BigDecimal totalCurrColl) |
public BigDecimal getCollByCash()
public void setCollByCash(BigDecimal collByCash)
public BigDecimal getCollByCheque()
public void setCollByCheque(BigDecimal collByCheque)
public BigDecimal getOtherColl()
public void setOtherColl(BigDecimal otherColl)
public BigDecimal getEduEgsCurrColl()
public void setEduEgsCurrColl(BigDecimal eduEgsCurrColl)
public BigDecimal getEduEgsArrColl()
public void setEduEgsArrColl(BigDecimal eduEgsArrColl)
public BigDecimal getTotalCurrColl()
public void setTotalCurrColl(BigDecimal totalCurrColl)
public BigDecimal getTotalArrColl()
public void setTotalArrColl(BigDecimal totalArrColl)
public BigDecimal getGrandTotal()
public void setGrandTotal(BigDecimal grandTotal)
public List<ReceiptInfo> getRcptInfoList()
public void setRcptInfoList(List<ReceiptInfo> rcptInfoList)
public String getOperator()
public void setOperator(String operator)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.