public class Employee extends Object implements Serializable
| Constructor and Description |
|---|
Employee() |
| Modifier and Type | Method and Description |
|---|---|
int |
getExtension() |
int |
getId() |
String |
getName() |
String |
getOffice() |
String |
getPosition() |
String |
getSalary() |
Date |
getStartDate() |
Employee |
setExtension(int extension) |
void |
setId(int id) |
Employee |
setName(String name) |
Employee |
setOffice(String office) |
Employee |
setPosition(String position) |
void |
setSalary(String salary) |
void |
setStartDate(Date startDate) |
String |
toString() |
public int getId()
public void setId(int id)
public int getExtension()
public Employee setExtension(int extension)
public String getName()
public String getOffice()
public String getPosition()
public Date getStartDate()
public void setStartDate(Date startDate)
public String getSalary()
public void setSalary(String salary)
Copyright © 2015. All rights reserved.