|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.bc.businessobject.BudgetConstructionOrgAccountSummaryReportTotal
public class BudgetConstructionOrgAccountSummaryReportTotal
Total Part of Budget Construction Organization Account Summary Report Business Object.
Constructor Summary | |
---|---|
BudgetConstructionOrgAccountSummaryReportTotal()
Default constructor. |
Method Summary | |
---|---|
BudgetConstructionAccountSummary |
getBcas()
Gets the budgetConstructionAccountSummary |
Integer |
getTotalGrossBaseAmount()
Gets the totalGrossBaseAmount |
Integer |
getTotalGrossReqAmount()
Gets the totalGrossReqAmount |
Integer |
getTotalNetTransferBaseAmount()
Gets the totalNetTransferBaseAmount |
Integer |
getTotalNetTransferReqAmount()
Gets the totalNetTransferReqAmount |
Integer |
getTotalRevenueBaseAmount()
Gets the totalRevenueBaseAmount |
Integer |
getTotalRevenueReqAmount()
Gets the totalRevenueReqAmount |
Integer |
getTotalTransferInBaseAmount()
Gets the totalTransferInBaseAmount |
Integer |
getTotalTransferInReqAmount()
Gets the totalTransferInReqAmount |
void |
setBcas(BudgetConstructionAccountSummary bcas)
Sets the budgetConstructionAccountSummary |
void |
setTotalGrossBaseAmount(Integer totalGrossBaseAmount)
Sets the totalGrossBaseAmount |
void |
setTotalGrossReqAmount(Integer totalGrossReqAmount)
Sets the totalGrossReqAmount |
void |
setTotalNetTransferBaseAmount(Integer totalNetTransferBaseAmount)
Sets the totalNetTransferBaseAmount |
void |
setTotalNetTransferReqAmount(Integer totalNetTransferReqAmount)
Sets the totalNetTransferReqAmount |
void |
setTotalRevenueBaseAmount(Integer totalRevenueBaseAmount)
Sets the totalRevenueBaseAmount |
void |
setTotalRevenueReqAmount(Integer totalRevenueReqAmount)
Sets the totalRevenueReqAmount |
void |
setTotalTransferInBaseAmount(Integer totalTransferInBaseAmount)
Sets the totalTransferInBaseAmount |
void |
setTotalTransferInReqAmount(Integer totalTransferInReqAmount)
Sets the totalTransferInReqAmount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BudgetConstructionOrgAccountSummaryReportTotal()
Method Detail |
---|
public Integer getTotalGrossBaseAmount()
public void setTotalGrossBaseAmount(Integer totalGrossBaseAmount)
totalGrossBaseAmount
- The totalGrossBaseAmount to set.public Integer getTotalGrossReqAmount()
public void setTotalGrossReqAmount(Integer totalGrossReqAmount)
totalGrossReqAmount
- The totalGrossReqAmount to set.public Integer getTotalNetTransferBaseAmount()
public void setTotalNetTransferBaseAmount(Integer totalNetTransferBaseAmount)
totalNetTransferBaseAmount
- The totalNetTransferBaseAmount to set.public Integer getTotalNetTransferReqAmount()
public void setTotalNetTransferReqAmount(Integer totalNetTransferReqAmount)
totalNetTransferReqAmount
- The totalNetTransferReqAmount to set.public Integer getTotalRevenueBaseAmount()
public void setTotalRevenueBaseAmount(Integer totalRevenueBaseAmount)
totalRevenueBaseAmount
- The totalRevenueBaseAmount to set.public Integer getTotalRevenueReqAmount()
public void setTotalRevenueReqAmount(Integer totalRevenueReqAmount)
totalRevenueReqAmount
- The totalRevenueReqAmount to set.public Integer getTotalTransferInBaseAmount()
public void setTotalTransferInBaseAmount(Integer totalTransferInBaseAmount)
totalTransferInBaseAmount
- The totalTransferInBaseAmount to set.public Integer getTotalTransferInReqAmount()
public void setTotalTransferInReqAmount(Integer totalTransferInReqAmount)
totalTransferInReqAmount
- The totalTransferInReqAmount to set.public BudgetConstructionAccountSummary getBcas()
public void setBcas(BudgetConstructionAccountSummary bcas)
bcas
- The budgetConstructionAccountSummary to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |