public class StatementResultObject extends Object
| Constructor and Description |
|---|
StatementResultObject() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
BigDecimal |
getBudgetAmount() |
String |
getFundCode() |
Integer |
getFundId() |
String |
getGlCode() |
String |
getMajorCode() |
String |
getScheduleName() |
String |
getScheduleNumber() |
Character |
getType() |
boolean |
isIncome() |
boolean |
isLiability() |
void |
negateAmount() |
void |
setAmount(BigDecimal amount) |
void |
setBudgetAmount(BigDecimal budgetAmount) |
void |
setFundCode(String fundCode) |
void |
setFundId(BigDecimal fundId) |
void |
setGlCode(String glCode) |
void |
setMajorCode(String majorCode) |
void |
setScheduleName(String scheduleName) |
void |
setScheduleNumber(String scheduleNumber) |
void |
setType(Character type) |
public BigDecimal getBudgetAmount()
public void setBudgetAmount(BigDecimal budgetAmount)
public String getScheduleNumber()
public void setScheduleNumber(String scheduleNumber)
public String getScheduleName()
public void setScheduleName(String scheduleName)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public Integer getFundId()
public void setFundId(BigDecimal fundId)
public String getGlCode()
public void setGlCode(String glCode)
public Character getType()
public void setType(Character type)
public boolean isLiability()
public boolean isIncome()
public void negateAmount()
public String getMajorCode()
public void setMajorCode(String majorCode)
public String getFundCode()
public void setFundCode(String fundCode)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.