public class Employee { int id; String name; String city; double salry; Status status; }