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