public class TradeLicenseDemandBillHelper extends Object
| Constructor and Description |
|---|
TradeLicenseDemandBillHelper() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getArrersWithPenalty() |
BigDecimal |
getLicenseFee() |
String |
getMonth() |
BigDecimal |
getPenalty() |
BigDecimal |
getTotalDues() |
void |
setArrersWithPenalty(BigDecimal arrersWithPenalty) |
void |
setLicenseFee(BigDecimal licenseFee) |
void |
setMonth(String month) |
void |
setPenalty(BigDecimal penalty) |
void |
setTotalDues(BigDecimal totalDues) |
public String getMonth()
public void setMonth(String month)
public BigDecimal getArrersWithPenalty()
public void setArrersWithPenalty(BigDecimal arrersWithPenalty)
public BigDecimal getLicenseFee()
public void setLicenseFee(BigDecimal licenseFee)
public BigDecimal getPenalty()
public void setPenalty(BigDecimal penalty)
public BigDecimal getTotalDues()
public void setTotalDues(BigDecimal totalDues)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.