Interface BudgetPeriodContract
-
- All Superinterfaces:
IdentifiableBudget
public interface BudgetPeriodContract extends IdentifiableBudget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends BudgetLineItemContract>getBudgetLineItems()IntegergetBudgetPeriod()LonggetBudgetPeriodId()StringgetComments()ScaleTwoDecimalgetCostSharingAmount()ScaleTwoDecimalgetDirectCostLimit()DategetEndDate()IntegergetNumberOfParticipants()DategetStartDate()ScaleTwoDecimalgetTotalCost()ScaleTwoDecimalgetTotalCostLimit()ScaleTwoDecimalgetTotalDirectCost()ScaleTwoDecimalgetTotalIndirectCost()ScaleTwoDecimalgetUnderrecoveryAmount()-
Methods inherited from interface org.kuali.coeus.common.budget.api.core.IdentifiableBudget
getBudgetId
-
-
-
-
Method Detail
-
getBudgetPeriodId
Long getBudgetPeriodId()
-
getBudgetPeriod
Integer getBudgetPeriod()
-
getComments
String getComments()
-
getCostSharingAmount
ScaleTwoDecimal getCostSharingAmount()
-
getEndDate
Date getEndDate()
-
getStartDate
Date getStartDate()
-
getTotalCost
ScaleTwoDecimal getTotalCost()
-
getTotalCostLimit
ScaleTwoDecimal getTotalCostLimit()
-
getTotalDirectCost
ScaleTwoDecimal getTotalDirectCost()
-
getTotalIndirectCost
ScaleTwoDecimal getTotalIndirectCost()
-
getUnderrecoveryAmount
ScaleTwoDecimal getUnderrecoveryAmount()
-
getBudgetLineItems
List<? extends BudgetLineItemContract> getBudgetLineItems()
-
getNumberOfParticipants
Integer getNumberOfParticipants()
-
getDirectCostLimit
ScaleTwoDecimal getDirectCostLimit()
-
-