public class BudgetModularSummary extends Object implements Serializable
| Constructor and Description |
|---|
BudgetModularSummary() |
| Modifier and Type | Method and Description |
|---|---|
BudgetModularIdc |
getBudgetModularIdc(int index) |
List<BudgetModularIdc> |
getBudgetModularIdcs() |
BudgetDecimal |
getConsortiumFna() |
BudgetDecimal |
getDirectCostLessConsortiumFna() |
BudgetDecimal |
getTotalDirectCost() |
BudgetDecimal |
getTotalFnaRequested() |
BudgetDecimal |
getTotalRequestedCost() |
void |
setBudgetModularIdcs(List<BudgetModularIdc> budgetModularIdcs) |
void |
setConsortiumFna(BudgetDecimal consortiumFna) |
void |
setDirectCostLessConsortiumFna(BudgetDecimal directCostLessConsortiumFna) |
void |
setTotalDirectCost(BudgetDecimal totalDirectCost) |
void |
setTotalFnaRequested(BudgetDecimal totalFnaRequested) |
void |
setTotalRequestedCost(BudgetDecimal totalRequestedCost) |
public List<BudgetModularIdc> getBudgetModularIdcs()
public void setBudgetModularIdcs(List<BudgetModularIdc> budgetModularIdcs)
public BudgetModularIdc getBudgetModularIdc(int index)
public BudgetDecimal getConsortiumFna()
public void setConsortiumFna(BudgetDecimal consortiumFna)
public BudgetDecimal getDirectCostLessConsortiumFna()
public void setDirectCostLessConsortiumFna(BudgetDecimal directCostLessConsortiumFna)
public BudgetDecimal getTotalDirectCost()
public void setTotalDirectCost(BudgetDecimal totalDirectCost)
public BudgetDecimal getTotalFnaRequested()
public void setTotalFnaRequested(BudgetDecimal totalFnaRequested)
public BudgetDecimal getTotalRequestedCost()
public void setTotalRequestedCost(BudgetDecimal totalRequestedCost)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.