public class IndirectCostInfo extends Object
| Constructor and Description |
|---|
IndirectCostInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<IndirectCostDetails> |
getIndirectCostDetails() |
BudgetDecimal |
getTotalIndirectCosts()
Getter for property totalIndirectCosts.
|
BudgetDecimal |
getTotalIndirectCostSharing()
Getter for property totalIndirectCostSharing.
|
void |
setIndirectCostDetails(List<IndirectCostDetails> indirectCostDetails)
Setter for property indirectCostDetails.
|
void |
setTotalIndirectCosts(BudgetDecimal totalIndirectCosts)
Setter for property totalIndirectCosts.
|
void |
setTotalIndirectCostSharing(BudgetDecimal totalIndirectCostSharing)
Setter for property totalIndirectCostSharing.
|
protected LinkedHashMap |
toStringMapper() |
public List<IndirectCostDetails> getIndirectCostDetails()
public void setIndirectCostDetails(List<IndirectCostDetails> indirectCostDetails)
indirectCostDetails - New value of property indirectCostDetails.public BudgetDecimal getTotalIndirectCosts()
public void setTotalIndirectCosts(BudgetDecimal totalIndirectCosts)
totalIndirectCosts - New value of property totalIndirectCosts.public BudgetDecimal getTotalIndirectCostSharing()
public void setTotalIndirectCostSharing(BudgetDecimal totalIndirectCostSharing)
totalIndirectCostSharing - New value of property totalIndirectCostSharing.protected LinkedHashMap toStringMapper()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.