public class Employee extends Object
| Constructor and Description |
|---|
Employee() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
String |
getName() |
void |
setId(int id) |
void |
setName(String name) |
Copyright © 2019 WSO2 Inc. All rights reserved.