public class Manager extends Employee
Modifier and Type | Field and Description |
---|---|
int |
manager_id |
Constructor and Description |
---|
Manager(java.lang.String name,
int age,
int empId,
java.lang.String title,
int salary,
java.util.Set addresses,
int mgrId)
Creates a new instance of Manager
|
Modifier and Type | Method and Description |
---|---|
int |
getManager_id() |