interface Gebiet
This commit is contained in:
parent
8fc55b3a35
commit
c200188854
9
src/GebietInterface.java
Normal file
9
src/GebietInterface.java
Normal file
@ -0,0 +1,9 @@
|
||||
public interface GebietInterface {
|
||||
int getjahr();
|
||||
int getSchüssel();
|
||||
String getName();
|
||||
long getGesamtEinkommen();
|
||||
int getDurchschnittsEinkommen();
|
||||
int getAnzahlEinwohner();
|
||||
String toString();
|
||||
}
|
Loading…
Reference in New Issue
Block a user