public class BasicEmployee extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BasicEmployee.Builder |
| 构造器和说明 |
|---|
BasicEmployee() |
BasicEmployee(BasicEmployee.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEmailAddress() |
String |
getEmployeeNumber() |
String |
getEmploymentId() |
BasicPersonInfo |
getPersonInfo() |
static BasicEmployee.Builder |
newBuilder() |
void |
setEmailAddress(String emailAddress) |
void |
setEmployeeNumber(String employeeNumber) |
void |
setEmploymentId(String employmentId) |
void |
setPersonInfo(BasicPersonInfo personInfo) |
public BasicEmployee()
public BasicEmployee(BasicEmployee.Builder builder)
public static BasicEmployee.Builder newBuilder()
public String getEmploymentId()
public void setEmploymentId(String employmentId)
public String getEmployeeNumber()
public void setEmployeeNumber(String employeeNumber)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public BasicPersonInfo getPersonInfo()
public void setPersonInfo(BasicPersonInfo personInfo)
Copyright © 2024. All rights reserved.