@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class EEmployee extends Object implements IEEmployee
| Constructor and Description |
|---|
EEmployee() |
EEmployee(EEmployee value) |
EEmployee(io.vertx.core.json.JsonObject json) |
EEmployee(String key,
String companyId,
String deptId,
String teamId,
String identityId,
String viceName,
String viceEmail,
String viceMobile,
String workNumber,
String workTitle,
String workLocation,
String workPhone,
String workExtension,
String type,
String metadata,
Boolean active,
String sigma,
String language,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IEEmployee from)
Load data from another generated Record/POJO implementing the common interface IEEmployee
|
Boolean |
getActive()
Getter for
DB_ETERNAL.E_EMPLOYEE.ACTIVE. |
String |
getCompanyId()
Getter for
DB_ETERNAL.E_EMPLOYEE.COMPANY_ID. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.E_EMPLOYEE.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.E_EMPLOYEE.CREATED_BY. |
String |
getDeptId()
Getter for
DB_ETERNAL.E_EMPLOYEE.DEPT_ID. |
String |
getIdentityId()
Getter for
DB_ETERNAL.E_EMPLOYEE.IDENTITY_ID. |
String |
getKey()
Getter for
DB_ETERNAL.E_EMPLOYEE.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.E_EMPLOYEE.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.E_EMPLOYEE.METADATA. |
String |
getSigma()
Getter for
DB_ETERNAL.E_EMPLOYEE.SIGMA. |
String |
getTeamId()
Getter for
DB_ETERNAL.E_EMPLOYEE.TEAM_ID. |
String |
getType()
Getter for
DB_ETERNAL.E_EMPLOYEE.TYPE. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.E_EMPLOYEE.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.E_EMPLOYEE.UPDATED_BY. |
String |
getViceEmail()
Getter for
DB_ETERNAL.E_EMPLOYEE.VICE_EMAIL. |
String |
getViceMobile()
Getter for
DB_ETERNAL.E_EMPLOYEE.VICE_MOBILE. |
String |
getViceName()
Getter for
DB_ETERNAL.E_EMPLOYEE.VICE_NAME. |
String |
getWorkExtension()
Getter for
DB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION. |
String |
getWorkLocation()
Getter for
DB_ETERNAL.E_EMPLOYEE.WORK_LOCATION. |
String |
getWorkNumber()
Getter for
DB_ETERNAL.E_EMPLOYEE.WORK_NUMBER. |
String |
getWorkPhone()
Getter for
DB_ETERNAL.E_EMPLOYEE.WORK_PHONE. |
String |
getWorkTitle()
Getter for
DB_ETERNAL.E_EMPLOYEE.WORK_TITLE. |
<E extends IEEmployee> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IEEmployee
|
EEmployee |
setActive(Boolean active)
Setter for
DB_ETERNAL.E_EMPLOYEE.ACTIVE. |
EEmployee |
setCompanyId(String companyId)
Setter for
DB_ETERNAL.E_EMPLOYEE.COMPANY_ID. |
EEmployee |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.E_EMPLOYEE.CREATED_AT. |
EEmployee |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.E_EMPLOYEE.CREATED_BY. |
EEmployee |
setDeptId(String deptId)
Setter for
DB_ETERNAL.E_EMPLOYEE.DEPT_ID. |
EEmployee |
setIdentityId(String identityId)
Setter for
DB_ETERNAL.E_EMPLOYEE.IDENTITY_ID. |
EEmployee |
setKey(String key)
Setter for
DB_ETERNAL.E_EMPLOYEE.KEY. |
EEmployee |
setLanguage(String language)
Setter for
DB_ETERNAL.E_EMPLOYEE.LANGUAGE. |
EEmployee |
setMetadata(String metadata)
Setter for
DB_ETERNAL.E_EMPLOYEE.METADATA. |
EEmployee |
setSigma(String sigma)
Setter for
DB_ETERNAL.E_EMPLOYEE.SIGMA. |
EEmployee |
setTeamId(String teamId)
Setter for
DB_ETERNAL.E_EMPLOYEE.TEAM_ID. |
EEmployee |
setType(String type)
Setter for
DB_ETERNAL.E_EMPLOYEE.TYPE. |
EEmployee |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.E_EMPLOYEE.UPDATED_AT. |
EEmployee |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.E_EMPLOYEE.UPDATED_BY. |
EEmployee |
setViceEmail(String viceEmail)
Setter for
DB_ETERNAL.E_EMPLOYEE.VICE_EMAIL. |
EEmployee |
setViceMobile(String viceMobile)
Setter for
DB_ETERNAL.E_EMPLOYEE.VICE_MOBILE. |
EEmployee |
setViceName(String viceName)
Setter for
DB_ETERNAL.E_EMPLOYEE.VICE_NAME. |
EEmployee |
setWorkExtension(String workExtension)
Setter for
DB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION. |
EEmployee |
setWorkLocation(String workLocation)
Setter for
DB_ETERNAL.E_EMPLOYEE.WORK_LOCATION. |
EEmployee |
setWorkNumber(String workNumber)
Setter for
DB_ETERNAL.E_EMPLOYEE.WORK_NUMBER. |
EEmployee |
setWorkPhone(String workPhone)
Setter for
DB_ETERNAL.E_EMPLOYEE.WORK_PHONE. |
EEmployee |
setWorkTitle(String workTitle)
Setter for
DB_ETERNAL.E_EMPLOYEE.WORK_TITLE. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, toJsonpublic EEmployee()
public EEmployee(EEmployee value)
public EEmployee(String key, String companyId, String deptId, String teamId, String identityId, String viceName, String viceEmail, String viceMobile, String workNumber, String workTitle, String workLocation, String workPhone, String workExtension, String type, String metadata, Boolean active, String sigma, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public EEmployee(io.vertx.core.json.JsonObject json)
public String getKey()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.KEY. 「key」- 员工主键getKey in interface IEEmployeepublic EEmployee setKey(String key)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.KEY. 「key」- 员工主键setKey in interface IEEmployeepublic String getCompanyId()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.COMPANY_ID. 「companyId」- 所属公司getCompanyId in interface IEEmployeepublic EEmployee setCompanyId(String companyId)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.COMPANY_ID. 「companyId」- 所属公司setCompanyId in interface IEEmployeepublic String getDeptId()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.DEPT_ID. 「deptId」- 所属部门getDeptId in interface IEEmployeepublic EEmployee setDeptId(String deptId)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.DEPT_ID. 「deptId」- 所属部门setDeptId in interface IEEmployeepublic String getTeamId()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.TEAM_ID. 「teamId」- 所属组getTeamId in interface IEEmployeepublic EEmployee setTeamId(String teamId)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.TEAM_ID. 「teamId」- 所属组setTeamId in interface IEEmployeepublic String getIdentityId()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.IDENTITY_ID. 「identityId」- 关联档案getIdentityId in interface IEEmployeepublic EEmployee setIdentityId(String identityId)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.IDENTITY_ID. 「identityId」- 关联档案setIdentityId in interface IEEmployeepublic String getViceName()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.VICE_NAME. 「viceName」- 员工姓名getViceName in interface IEEmployeepublic EEmployee setViceName(String viceName)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.VICE_NAME. 「viceName」- 员工姓名setViceName in interface IEEmployeepublic String getViceEmail()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.VICE_EMAIL. 「viceEmail」- 员工邮箱getViceEmail in interface IEEmployeepublic EEmployee setViceEmail(String viceEmail)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.VICE_EMAIL. 「viceEmail」- 员工邮箱setViceEmail in interface IEEmployeepublic String getViceMobile()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.VICE_MOBILE. 「viceMobile」- 员工手机getViceMobile in interface IEEmployeepublic EEmployee setViceMobile(String viceMobile)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.VICE_MOBILE. 「viceMobile」- 员工手机setViceMobile in interface IEEmployeepublic String getWorkNumber()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_NUMBER. 「workNumber」- 工号getWorkNumber in interface IEEmployeepublic EEmployee setWorkNumber(String workNumber)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_NUMBER. 「workNumber」- 工号setWorkNumber in interface IEEmployeepublic String getWorkTitle()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_TITLE. 「workTitle」- 头衔getWorkTitle in interface IEEmployeepublic EEmployee setWorkTitle(String workTitle)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_TITLE. 「workTitle」- 头衔setWorkTitle in interface IEEmployeepublic String getWorkLocation()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_LOCATION. 「workLocation」- 办公地点getWorkLocation in interface IEEmployeepublic EEmployee setWorkLocation(String workLocation)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_LOCATION. 「workLocation」- 办公地点setWorkLocation in interface IEEmployeepublic String getWorkPhone()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_PHONE. 「workPhone」- 办公电话getWorkPhone in interface IEEmployeepublic EEmployee setWorkPhone(String workPhone)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_PHONE. 「workPhone」- 办公电话setWorkPhone in interface IEEmployeepublic String getWorkExtension()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION. 「workExtension」- 分机号getWorkExtension in interface IEEmployeepublic EEmployee setWorkExtension(String workExtension)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION. 「workExtension」- 分机号setWorkExtension in interface IEEmployeepublic String getType()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.TYPE. 「type」- 员工分类getType in interface IEEmployeepublic EEmployee setType(String type)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.TYPE. 「type」- 员工分类setType in interface IEEmployeepublic String getMetadata()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.METADATA. 「metadata」- 附加配置getMetadata in interface IEEmployeepublic EEmployee setMetadata(String metadata)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.METADATA. 「metadata」- 附加配置setMetadata in interface IEEmployeepublic Boolean getActive()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.ACTIVE. 「active」- 是否启用getActive in interface IEEmployeepublic EEmployee setActive(Boolean active)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.ACTIVE. 「active」- 是否启用setActive in interface IEEmployeepublic String getSigma()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.SIGMA. 「sigma」- 统一标识(公司所属应用)getSigma in interface IEEmployeepublic EEmployee setSigma(String sigma)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.SIGMA. 「sigma」- 统一标识(公司所属应用)setSigma in interface IEEmployeepublic String getLanguage()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.LANGUAGE. 「language」- 使用的语言getLanguage in interface IEEmployeepublic EEmployee setLanguage(String language)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.LANGUAGE. 「language」- 使用的语言setLanguage in interface IEEmployeepublic LocalDateTime getCreatedAt()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.CREATED_AT. 「createdAt」- 创建时间getCreatedAt in interface IEEmployeepublic EEmployee setCreatedAt(LocalDateTime createdAt)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.CREATED_AT. 「createdAt」- 创建时间setCreatedAt in interface IEEmployeepublic String getCreatedBy()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.CREATED_BY. 「createdBy」- 创建人getCreatedBy in interface IEEmployeepublic EEmployee setCreatedBy(String createdBy)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.CREATED_BY. 「createdBy」- 创建人setCreatedBy in interface IEEmployeepublic LocalDateTime getUpdatedAt()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.UPDATED_AT. 「updatedAt」- 更新时间getUpdatedAt in interface IEEmployeepublic EEmployee setUpdatedAt(LocalDateTime updatedAt)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.UPDATED_AT. 「updatedAt」- 更新时间setUpdatedAt in interface IEEmployeepublic String getUpdatedBy()
IEEmployeeDB_ETERNAL.E_EMPLOYEE.UPDATED_BY. 「updatedBy」- 更新人getUpdatedBy in interface IEEmployeepublic EEmployee setUpdatedBy(String updatedBy)
IEEmployeeDB_ETERNAL.E_EMPLOYEE.UPDATED_BY. 「updatedBy」- 更新人setUpdatedBy in interface IEEmployeepublic void from(IEEmployee from)
from in interface IEEmployeepublic <E extends IEEmployee> E into(E into)
into in interface IEEmployeeCopyright © 2020. All rights reserved.