public class EmployeeEntity extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EmployeeEntity.Builder |
| 构造器和说明 |
|---|
EmployeeEntity() |
EmployeeEntity(EmployeeEntity.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
EmployeeBaseEntity |
getBaseInfo() |
EmployeeEducationAndWorkExperienceEntity |
getEducationAndWorkExperience() |
EmployeePersonalAndSocialRelationshipEntity |
getPersonalAndSocialRelationship() |
EmployeeWorkEntity |
getWorkInfo() |
static EmployeeEntity.Builder |
newBuilder() |
void |
setBaseInfo(EmployeeBaseEntity baseInfo) |
void |
setEducationAndWorkExperience(EmployeeEducationAndWorkExperienceEntity educationAndWorkExperience) |
void |
setPersonalAndSocialRelationship(EmployeePersonalAndSocialRelationshipEntity personalAndSocialRelationship) |
void |
setWorkInfo(EmployeeWorkEntity workInfo) |
public EmployeeEntity()
public EmployeeEntity(EmployeeEntity.Builder builder)
public static EmployeeEntity.Builder newBuilder()
public EmployeeBaseEntity getBaseInfo()
public void setBaseInfo(EmployeeBaseEntity baseInfo)
public EmployeeWorkEntity getWorkInfo()
public void setWorkInfo(EmployeeWorkEntity workInfo)
public EmployeePersonalAndSocialRelationshipEntity getPersonalAndSocialRelationship()
public void setPersonalAndSocialRelationship(EmployeePersonalAndSocialRelationshipEntity personalAndSocialRelationship)
public EmployeeEducationAndWorkExperienceEntity getEducationAndWorkExperience()
public void setEducationAndWorkExperience(EmployeeEducationAndWorkExperienceEntity educationAndWorkExperience)
Copyright © 2025. All rights reserved.