public class Employee
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Employee() |
Employee(java.lang.String name,
int employeeNumber,
java.util.Date birthday,
double salary) |
Modifier and Type | Method and Description |
---|---|
int |
getEmployeeNumber() |
java.lang.String |
toString() |