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