gebietsklasse fertig II
This commit is contained in:
parent
f659bbbf5b
commit
f34a62c1b5
@ -15,9 +15,10 @@ public class Gebiet implements GebietInterface {
|
|||||||
private long gesamtEinkommen;
|
private long gesamtEinkommen;
|
||||||
private int durchschnittsEinkommen;
|
private int durchschnittsEinkommen;
|
||||||
|
|
||||||
public Gebiet(int jahr, int schlüssel, long gesamtEinkommen, int durchschnittsEinkommen) {
|
public Gebiet(int jahr, int schlüssel, String name, long gesamtEinkommen, int durchschnittsEinkommen,) {
|
||||||
this.jahr = jahr;
|
this.jahr = jahr;
|
||||||
this.schlüssel = schlüssel;
|
this.schlüssel = schlüssel;
|
||||||
|
this.name = name;
|
||||||
this.gesamtEinkommen = gesamtEinkommen;
|
this.gesamtEinkommen = gesamtEinkommen;
|
||||||
this.durchschnittsEinkommen = durchschnittsEinkommen;
|
this.durchschnittsEinkommen = durchschnittsEinkommen;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user