Compare commits

3 Commits

Author SHA1 Message Date
PBS2H21ASC 9c14f86b00 Merge pull request 'beta' (#3) from beta into master
Reviewed-on: #3
2022-12-02 14:35:43 +01:00
PBS2H21ASH f5ebd6469b GebietInterface 2022-12-02 14:33:49 +01:00
PBS2H21ASH 1f53698bc7 GebietInterface 2022-12-02 14:33:21 +01:00
2 changed files with 14 additions and 0 deletions
Generated
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
+8
View File
@@ -0,0 +1,8 @@
public interface GebietInterface {
int getJahr();
int getSchlüssel();
String getName();
long getGesamtEinkommen();
int getDurchschnittsEinkommen();
int getAnzahlEinwohner();
}