public class DepartmentwiseExpenditureResult extends Object
| Constructor and Description |
|---|
DepartmentwiseExpenditureResult() |
DepartmentwiseExpenditureResult(String department,
BigDecimal concurrenceGiven) |
DepartmentwiseExpenditureResult(String department,
BigDecimal concurrenceGiven,
int slNo) |
DepartmentwiseExpenditureResult(String departmentNm,
BigDecimal concurrenceGiven,
int slNo,
boolean departmentWithNodata) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getConcurrenceGiven() |
Map<String,BigDecimal> |
getDayAmountMap() |
String |
getDepartmentNm() |
int |
getSlNo() |
BigDecimal |
getTotalConcurrenceGivenTillDate() |
boolean |
isDepartmentWithNodata() |
void |
setConcurrenceGiven(BigDecimal concurrenceGiven) |
void |
setDayAmountMap(Map<String,BigDecimal> dayAmountMap) |
void |
setDepartmentNm(String departmentNm) |
void |
setDepartmentWithNodata(boolean departmentWithNodata) |
void |
setSlNo(int slNo) |
void |
setTotalConcurrenceGivenTillDate(BigDecimal totalConcurrenceGivenTillDate) |
public DepartmentwiseExpenditureResult()
public DepartmentwiseExpenditureResult(String department, BigDecimal concurrenceGiven)
public DepartmentwiseExpenditureResult(String department, BigDecimal concurrenceGiven, int slNo)
public DepartmentwiseExpenditureResult(String departmentNm, BigDecimal concurrenceGiven, int slNo, boolean departmentWithNodata)
public BigDecimal getConcurrenceGiven()
public void setConcurrenceGiven(BigDecimal concurrenceGiven)
public String getDepartmentNm()
public void setDepartmentNm(String departmentNm)
public BigDecimal getTotalConcurrenceGivenTillDate()
public void setTotalConcurrenceGivenTillDate(BigDecimal totalConcurrenceGivenTillDate)
public int getSlNo()
public void setSlNo(int slNo)
public Map<String,BigDecimal> getDayAmountMap()
public void setDayAmountMap(Map<String,BigDecimal> dayAmountMap)
public boolean isDepartmentWithNodata()
public void setDepartmentWithNodata(boolean departmentWithNodata)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.