Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IETeam
-
Packages that use IETeam Package Description cn.vertxup.erp.domain.tables.interfaces cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of IETeam in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IETeam Modifier and Type Method Description <E extends IETeam>
EIETeam. into(E into)Copy data into another generated Record/POJO implementing the common interface IETeamMethods in cn.vertxup.erp.domain.tables.interfaces that return IETeam Modifier and Type Method Description default IETeamIETeam. fromJson(io.vertx.core.json.JsonObject json)IETeamIETeam. setActive(Boolean value)Setter forDB_ETERNAL.E_TEAM.ACTIVE.IETeamIETeam. setCode(String value)Setter forDB_ETERNAL.E_TEAM.CODE.IETeamIETeam. setComment(String value)Setter forDB_ETERNAL.E_TEAM.COMMENT.IETeamIETeam. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_TEAM.CREATED_AT.IETeamIETeam. setCreatedBy(String value)Setter forDB_ETERNAL.E_TEAM.CREATED_BY.IETeamIETeam. setDeptId(String value)Setter forDB_ETERNAL.E_TEAM.DEPT_ID.IETeamIETeam. setKey(String value)Setter forDB_ETERNAL.E_TEAM.KEY.IETeamIETeam. setLanguage(String value)Setter forDB_ETERNAL.E_TEAM.LANGUAGE.IETeamIETeam. setLeaderId(String value)Setter forDB_ETERNAL.E_TEAM.LEADER_ID.IETeamIETeam. setLeaderName(String value)Setter forDB_ETERNAL.E_TEAM.LEADER_NAME.IETeamIETeam. setMetadata(String value)Setter forDB_ETERNAL.E_TEAM.METADATA.IETeamIETeam. setName(String value)Setter forDB_ETERNAL.E_TEAM.NAME.IETeamIETeam. setSigma(String value)Setter forDB_ETERNAL.E_TEAM.SIGMA.IETeamIETeam. setTeamId(String value)Setter forDB_ETERNAL.E_TEAM.TEAM_ID.IETeamIETeam. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_TEAM.UPDATED_AT.IETeamIETeam. setUpdatedBy(String value)Setter forDB_ETERNAL.E_TEAM.UPDATED_BY.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IETeam Modifier and Type Method Description voidIETeam. from(IETeam from)Load data from another generated Record/POJO implementing the common interface IETeam -
Uses of IETeam in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement IETeam Modifier and Type Class Description classETeamThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IETeam Modifier and Type Method Description <E extends IETeam>
EETeam. into(E into)Methods in cn.vertxup.erp.domain.tables.pojos with parameters of type IETeam Modifier and Type Method Description voidETeam. from(IETeam from)Constructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IETeam Constructor Description ETeam(IETeam value) -
Uses of IETeam in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IETeam Modifier and Type Class Description classETeamRecordThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.records with type parameters of type IETeam Modifier and Type Method Description <E extends IETeam>
EETeamRecord. into(E into)Methods in cn.vertxup.erp.domain.tables.records with parameters of type IETeam Modifier and Type Method Description voidETeamRecord. from(IETeam from)
-