Код: Выделить всё
public class Employee {
private int empId;
private String name;
private int age;
public Employee(int empId, String name, int age) {
// set values on attributes
}
// getters & setters
}
Подробнее здесь: https://stackoverflow.com/questions/711 ... r-properly
Мобильная версия