Skip to content
Snippets Groups Projects
Commit 0ed38f88 authored by Andreas's avatar Andreas
Browse files

Rewrote javadoc

parent 3cca4c9b
No related branches found
No related tags found
7 merge requests!21Add Javadoc to GeneralBudget, and reworked method addBudget,!16Item, Income and Expense now use ObjectProperty for date and for Expense- and IncomeCategory,!15Implemented ObjectProperty for variable in Item, Income and in Expense class.,!14Item made variable date use LocalDate, and all other files support this change,!13Item changed object-variable date to use LocalDate, and made all other classes support this,!12Reworked Item class and Filehandling class, and made methods.,!10Improved and simplified code in FileHandling class
Pipeline #210267 failed
......@@ -27,6 +27,7 @@ public class IncomeRegister extends ItemRegister<Income>{
/**
* Method for getting every Income
* in a given IncomeCategory.
*
* @param category the IncomeCategory you want to get every Income of.
* @return a List of every Income with category.
*/
......
......@@ -30,6 +30,7 @@ public abstract class ItemRegister<T extends Item>{
/**
* Get a List of every item.
*
* @return item List.
*/
public List<T> getItems() {
......
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