Kommentiert und getestet

This commit is contained in:
2024-01-19 10:27:20 +01:00
parent 39b9266067
commit c358366869
6 changed files with 86 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ public class Kind {
// region Felder
private transient int id;
private /*transient*/ int id;
private String name;
private String vorname;
private int bid;