Compare commits
2 Commits
0ad57e97c9
...
c02d32bddb
Author | SHA1 | Date | |
---|---|---|---|
c02d32bddb | |||
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…
x
Reference in New Issue
Block a user