private static final int SZORZO1 = 2; private static final int SZORZO2 = 3; private static final String CIM1 = "cim1"; private static final String CIM2 = "cim2"; private static final String TUDOMANYAG = "tudomany"; private static final String CELEB_NEV = "Celebnév"; private static final int HOSSZ = 10; private static final int CELEB_IQ = 100; // mai dátum private static final Date DATUM = new Date(); private IsmeretTerjesztoMusor musor1; private GagyiMusor musor2; Celeb celeb = new Celeb(CELEB_NEV, CELEB_IQ); musor1 = new IsmeretTerjesztoMusor(CIM1, HOSSZ, TUDOMANYAG); musor2 = new GagyiMusor(CIM2, HOSSZ, celeb); IsmeretTerjesztoMusor.setSzorzo(SZORZO1); GagyiMusor.setSzorzo(SZORZO2);