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