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