public interface GebietInterface { public int getJahr(); public int getSchlüssel(); public String getName(); public long getGesamtEinkommen(); public int getDurchschnittsEinkommen(); public int getAnzahlEinwohner(); }