public class Employee extends Object
| Constructor and Description |
|---|
Employee() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
Employee |
getManager() |
void |
setId(String id) |
void |
setManager(Employee manager) |
Copyright © 2016 Apache Software Foundation. All Rights Reserved.