public class TestPaar { public static void main(String[] args) throws Exception { DatenspeicherPaar dsP = new DatenspeicherPaar<>(); dsP.setPaar("Java-Version", 19); System.out.println(dsP.getWert1() + " " + dsP.getWert2()); } }