GebietInterface
This commit is contained in:
parent
1f53698bc7
commit
f5ebd6469b
@ -1,8 +1,8 @@
|
|||||||
public interface GebietInterface {
|
public interface GebietInterface {
|
||||||
public int getJahr();
|
int getJahr();
|
||||||
public int getSchlüssel();
|
int getSchlüssel();
|
||||||
public String getName();
|
String getName();
|
||||||
public long getGesamtEinkommen();
|
long getGesamtEinkommen();
|
||||||
public int getDurchschnittsEinkommen();
|
int getDurchschnittsEinkommen();
|
||||||
public int getAnzahlEinwohner();
|
int getAnzahlEinwohner();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user