Kopieren
parent
1c1d2309ec
commit
d6c94f0ada
|
@ -15,7 +15,7 @@ public class Konto implements Serializable {
|
|||
this.inhaber = inhaber;
|
||||
|
||||
this.kontobewegungen = new ArrayList<>();
|
||||
}
|
||||
}//
|
||||
|
||||
public int getKontonummer() {
|
||||
return nummer;
|
||||
|
|
Loading…
Reference in New Issue