Interface BudgetCategoryMapContract
-
- All Superinterfaces:
Describable
public interface BudgetCategoryMapContract extends Describable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends BudgetCategoryMappingContract>getBudgetCategoryMappings()StringgetCategoryType()StringgetMappingName()StringgetTargetCategoryCode()-
Methods inherited from interface org.kuali.coeus.sys.api.model.Describable
getDescription
-
-
-
-
Method Detail
-
getMappingName
String getMappingName()
-
getTargetCategoryCode
String getTargetCategoryCode()
-
getCategoryType
String getCategoryType()
-
getBudgetCategoryMappings
List<? extends BudgetCategoryMappingContract> getBudgetCategoryMappings()
-
-