Package no.ntnu.idatt1002.spendwise.data
package no.ntnu.idatt1002.spendwise.data
-
ClassDescriptionAn instance of Category holds Transaction objects.Describes an expense using the Transaction class.Describes an Income using the Transaction class.Describes a recurring expense, inheriting from the Expense class.Describes a recurring income, inheriting from the Income class.The main class responsible for holding the data of all transactions and categories.Loader class containing methods for writing and reading data from a JSON file, which holds all the data of the register.Abstract class that Expense/Income inherits from.