Interface BudgetModularContract
-
public interface BudgetModularContract
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetBudgetId()List<? extends BudgetModularIdcContract>getBudgetModularIdcs()IntegergetBudgetPeriod()LonggetBudgetPeriodId()ScaleTwoDecimalgetConsortiumFna()ScaleTwoDecimalgetDirectCostLessConsortiumFna()ScaleTwoDecimalgetTotalDirectCost()
-
-
-
Method Detail
-
getBudgetPeriodId
Long getBudgetPeriodId()
-
getBudgetId
Long getBudgetId()
-
getBudgetPeriod
Integer getBudgetPeriod()
-
getDirectCostLessConsortiumFna
ScaleTwoDecimal getDirectCostLessConsortiumFna()
-
getConsortiumFna
ScaleTwoDecimal getConsortiumFna()
-
getTotalDirectCost
ScaleTwoDecimal getTotalDirectCost()
-
getBudgetModularIdcs
List<? extends BudgetModularIdcContract> getBudgetModularIdcs()
-
-