Interface CostElementContract
-
- All Superinterfaces:
Describable,Inactivatable
public interface CostElementContract extends Describable, Inactivatable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BudgetCategoryContractgetBudgetCategory()StringgetBudgetCategoryCode()StringgetCostElement()StringgetFinancialObjectCode()BooleangetOnOffCampusFlag()List<? extends ValidCeRateTypeContract>getValidCeRateTypes()-
Methods inherited from interface org.kuali.coeus.sys.api.model.Describable
getDescription
-
Methods inherited from interface org.kuali.coeus.sys.api.model.Inactivatable
isActive
-
-
-
-
Method Detail
-
getCostElement
String getCostElement()
-
getBudgetCategoryCode
String getBudgetCategoryCode()
-
getOnOffCampusFlag
Boolean getOnOffCampusFlag()
-
getFinancialObjectCode
String getFinancialObjectCode()
-
getValidCeRateTypes
List<? extends ValidCeRateTypeContract> getValidCeRateTypes()
-
getBudgetCategory
BudgetCategoryContract getBudgetCategory()
-
-