Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - /*
 - * To change this template, choose Tools | Templates
 - * and open the template in the editor.
 - */
 - package zh3;
 - /**
 - *
 - * @author Zsolti
 - */
 - public class Termekek {
 - private String nev;
 - private int ar;
 - public Termekek(String nev, int ar) {
 - this.nev = nev;
 - this.ar = ar;
 - }
 - public String getNev() {
 - return nev;
 - }
 - public int getAr() {
 - return ar;
 - }
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment