Interface BudgetSubAwardPeriodDetailContract
- All Superinterfaces:
IdentifiableBudget,IdentifiableNumeric,IdentifiableSubAwardBudget
public interface BudgetSubAwardPeriodDetailContract
extends IdentifiableNumeric, IdentifiableSubAwardBudget
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.kuali.coeus.common.budget.api.core.IdentifiableBudget
getBudgetIdMethods inherited from interface org.kuali.coeus.sys.api.model.IdentifiableNumeric
getIdMethods inherited from interface org.kuali.coeus.propdev.api.budget.subaward.IdentifiableSubAwardBudget
getSubAwardNumber
-
Method Details
-
getBudgetPeriod
Integer getBudgetPeriod() -
getDirectCost
ScaleTwoDecimal getDirectCost() -
getIndirectCost
ScaleTwoDecimal getIndirectCost() -
getTotalCost
ScaleTwoDecimal getTotalCost()
-