Skip to content
Snippets Groups Projects
Commit bf540de7 authored by Adele Iren Westrum Kjølstad's avatar Adele Iren Westrum Kjølstad
Browse files

Created Budget interface

parent 2bc5212c
No related branches found
No related tags found
1 merge request!11Budget
package no.ntnu.idatt1002.demo.data.Budget;
public interface Budget {
void addToBudget(int AmountToAddToBudget);
void setAmountBudget(int amountBudget);
void setBudgetPeriod(int budgetPeriod);
void subtractFromBudget(int amountToSubtractFromBudget);
// public void divideBudgetInDifferentCategories(ExpenseCategory category);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment