Compare commits
No commits in common. "25ff282f27180f70072971529f0fef8afdf3dff3" and "d45ae2646128dd901afd9237d431f899ecdd97f1" have entirely different histories.
25ff282f27
...
d45ae26461
@ -1,4 +1,4 @@
|
|||||||
public class Gebiet implements GebietInterface{
|
public class Gebiet {
|
||||||
private int jahr;
|
private int jahr;
|
||||||
private int schluessel;
|
private int schluessel;
|
||||||
private String name;
|
private String name;
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
public interface GebietInterface {
|
|
||||||
int getJahr();
|
|
||||||
int getSchlüssel();
|
|
||||||
String getName();
|
|
||||||
long getGesamtEinkommen();
|
|
||||||
int getDurchschnittsEinkommen();
|
|
||||||
int getAnzahlEinwohner();
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user