Package no.ntnu.idatt1002.demo.data.economics


package no.ntnu.idatt1002.demo.data.economics
  • Class
    Description
    This class represents an expense.
    This class represents various types of expenditures that a user can choose from.
    ExpenseRegister is a class for storing Expenses.
    FileHandling is a class for writing and reading ItemRegister-objects to and from a file.
    The Income class inherits from the Item class.
    This class represents various types of income that a user can choose from.
    IncomeRegister is a class for storing Income.
    The Item class represents a good or service purchased in real life.
    ItemRegister<T extends Item>
    ItemRegister is a generic class used for storing either Income or Expense.
    Class for getting an overview on your total revenue.