Interface BudgetSubAwardPeriodDetailContract
-
- All Superinterfaces:
IdentifiableBudget,IdentifiableNumeric,IdentifiableSubAwardBudget
public interface BudgetSubAwardPeriodDetailContract extends IdentifiableNumeric, IdentifiableSubAwardBudget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetBudgetPeriod()ScaleTwoDecimalgetCostShare()ScaleTwoDecimalgetDirectCost()ScaleTwoDecimalgetIndirectCost()ScaleTwoDecimalgetTotalCost()-
Methods inherited from interface org.kuali.coeus.common.budget.api.core.IdentifiableBudget
getBudgetId
-
Methods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getId
-
Methods inherited from interface org.kuali.coeus.propdev.api.budget.subaward.IdentifiableSubAwardBudget
getSubAwardNumber
-
-
-
-
Method Detail
-
getBudgetPeriod
Integer getBudgetPeriod()
-
getDirectCost
ScaleTwoDecimal getDirectCost()
-
getIndirectCost
ScaleTwoDecimal getIndirectCost()
-
getCostShare
ScaleTwoDecimal getCostShare()
-
getTotalCost
ScaleTwoDecimal getTotalCost()
-
-