package de.joethei.java1.zettel8; public interface Gehaltsempfaenger_Interface { int getGehalt(); void setGehalt(int gehalt); }