
public class Employee {

	private String name;
	private int employeeId;
	private String jobTitle;
	private int level;
}
