Interface BudgetCategoryMappingContract
-
public interface BudgetCategoryMappingContract
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BudgetCategoryContractgetBudgetCategory()StringgetBudgetCategoryCode()StringgetMappingName()StringgetTargetCategoryCode()
-
-
-
Method Detail
-
getBudgetCategoryCode
String getBudgetCategoryCode()
-
getMappingName
String getMappingName()
-
getTargetCategoryCode
String getTargetCategoryCode()
-
getBudgetCategory
BudgetCategoryContract getBudgetCategory()
-
-