public class IndirectCostDetails extends Object
| Constructor and Description |
|---|
IndirectCostDetails() |
| Modifier and Type | Method and Description |
|---|---|
BudgetDecimal |
getBase()
Getter for property base.
|
BudgetDecimal |
getBaseCostSharing() |
BudgetDecimal |
getCostSharing() |
String |
getCostType()
Getter for property costType.
|
BudgetDecimal |
getFunds()
Getter for property funds.
|
BudgetDecimal |
getRate()
Getter for property rate.
|
void |
setBase(BudgetDecimal base)
Setter for property base.
|
void |
setBaseCostSharing(BudgetDecimal baseCostSharing) |
void |
setCostSharing(BudgetDecimal costSharing) |
void |
setCostType(String costType)
Setter for property costType.
|
void |
setFunds(BudgetDecimal funds)
Setter for property funds.
|
void |
setRate(BudgetDecimal rate)
Setter for property rate.
|
protected LinkedHashMap |
toStringMapper() |
public String getCostType()
public void setCostType(String costType)
costType - New value of property costType.public BudgetDecimal getRate()
public void setRate(BudgetDecimal rate)
rate - New value of property rate.public BudgetDecimal getBase()
public void setBase(BudgetDecimal base)
base - New value of property base.public BudgetDecimal getFunds()
public void setFunds(BudgetDecimal funds)
funds - New value of property funds.public BudgetDecimal getBaseCostSharing()
public void setBaseCostSharing(BudgetDecimal baseCostSharing)
public BudgetDecimal getCostSharing()
public void setCostSharing(BudgetDecimal costSharing)
protected LinkedHashMap toStringMapper()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.