Uses of Class
no.ntnu.idatt1002.demo.data.economics.Item
Packages that use Item
-
Uses of Item in no.ntnu.idatt1002.demo.data.economics
Classes in no.ntnu.idatt1002.demo.data.economics with type parameters of type ItemModifier and TypeClassDescriptionclassItemRegister<T extends Item>ItemRegister is a generic class used for storing either Income or Expense.Subclasses of Item in no.ntnu.idatt1002.demo.data.economicsModifier and TypeClassDescriptionclassThis class represents an expense.classThe Income class inherits from the Item class.Methods in no.ntnu.idatt1002.demo.data.economics with type parameters of type ItemModifier and TypeMethodDescriptionstatic <T extends Item>
voidFileHandling.writeItemRegisterToFile(ItemRegister<T> itemRegister, String fileDestination) Method for writing (adding) an ItemRegister to a file.