Uses of Class
no.ntnu.idatt1002.demo.data.economics.Expense
Packages that use Expense
-
Uses of Expense in no.ntnu.idatt1002.demo.controller
Methods in no.ntnu.idatt1002.demo.controller that return ExpenseModifier and TypeMethodDescriptionAddExpenseController.getNewExpense()Gets the newly created expense.Methods in no.ntnu.idatt1002.demo.controller with parameters of type ExpenseModifier and TypeMethodDescriptionvoidAddExpenseController.setExpense(Expense expense) Binds the expense that is taken in as the argument with an expense declared in this class. -
Uses of Expense in no.ntnu.idatt1002.demo.data.economics
Constructor parameters in no.ntnu.idatt1002.demo.data.economics with type arguments of type ExpenseModifierConstructorDescriptionExpenseRegister(List<Expense> expenses) Class constructor that takes in a List of Expense as argument.