@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface IMRelation extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(IMRelation from)
Load data from another generated Record/POJO implementing the common interface IMRelation
|
default IMRelation |
fromJson(io.vertx.core.json.JsonObject json) |
Boolean |
getActive()
Getter for
DB_ETERNAL.M_RELATION.ACTIVE. |
String |
getComments()
Getter for
DB_ETERNAL.M_RELATION.COMMENTS. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.M_RELATION.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.M_RELATION.CREATED_BY. |
String |
getDownstream()
Getter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. |
String |
getKey()
Getter for
DB_ETERNAL.M_RELATION.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.M_RELATION.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.M_RELATION.METADATA. |
String |
getSigma()
Getter for
DB_ETERNAL.M_RELATION.SIGMA. |
String |
getType()
Getter for
DB_ETERNAL.M_RELATION.TYPE. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.M_RELATION.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.M_RELATION.UPDATED_BY. |
String |
getUpstream()
Getter for
DB_ETERNAL.M_RELATION.UPSTREAM. |
<E extends IMRelation> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IMRelation
|
IMRelation |
setActive(Boolean value)
Setter for
DB_ETERNAL.M_RELATION.ACTIVE. |
IMRelation |
setComments(String value)
Setter for
DB_ETERNAL.M_RELATION.COMMENTS. |
IMRelation |
setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_RELATION.CREATED_AT. |
IMRelation |
setCreatedBy(String value)
Setter for
DB_ETERNAL.M_RELATION.CREATED_BY. |
IMRelation |
setDownstream(String value)
Setter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. |
IMRelation |
setKey(String value)
Setter for
DB_ETERNAL.M_RELATION.KEY. |
IMRelation |
setLanguage(String value)
Setter for
DB_ETERNAL.M_RELATION.LANGUAGE. |
IMRelation |
setMetadata(String value)
Setter for
DB_ETERNAL.M_RELATION.METADATA. |
IMRelation |
setSigma(String value)
Setter for
DB_ETERNAL.M_RELATION.SIGMA. |
IMRelation |
setType(String value)
Setter for
DB_ETERNAL.M_RELATION.TYPE. |
IMRelation |
setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.M_RELATION.UPDATED_AT. |
IMRelation |
setUpdatedBy(String value)
Setter for
DB_ETERNAL.M_RELATION.UPDATED_BY. |
IMRelation |
setUpstream(String value)
Setter for
DB_ETERNAL.M_RELATION.UPSTREAM. |
default io.vertx.core.json.JsonObject |
toJson() |
IMRelation setKey(String value)
Setter for DB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键
String getKey()
Getter for DB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键
IMRelation setType(String value)
Setter for DB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典)
String getType()
Getter for DB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典)
IMRelation setUpstream(String value)
Setter for DB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级
String getUpstream()
Getter for DB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级
IMRelation setDownstream(String value)
Setter for DB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级
String getDownstream()
Getter for DB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级
IMRelation setComments(String value)
Setter for DB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息
String getComments()
Getter for DB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息
IMRelation setSigma(String value)
Setter for DB_ETERNAL.M_RELATION.SIGMA. 「sigma」- 统一标识
String getSigma()
Getter for DB_ETERNAL.M_RELATION.SIGMA. 「sigma」- 统一标识
IMRelation setLanguage(String value)
Setter for DB_ETERNAL.M_RELATION.LANGUAGE. 「language」- 使用的语言
String getLanguage()
Getter for DB_ETERNAL.M_RELATION.LANGUAGE. 「language」- 使用的语言
IMRelation setActive(Boolean value)
Setter for DB_ETERNAL.M_RELATION.ACTIVE. 「active」- 是否启用
Boolean getActive()
Getter for DB_ETERNAL.M_RELATION.ACTIVE. 「active」- 是否启用
IMRelation setMetadata(String value)
Setter for DB_ETERNAL.M_RELATION.METADATA. 「metadata」- 附加配置数据
String getMetadata()
Getter for DB_ETERNAL.M_RELATION.METADATA. 「metadata」- 附加配置数据
IMRelation setCreatedAt(LocalDateTime value)
Setter for DB_ETERNAL.M_RELATION.CREATED_AT. 「createdAt」- 创建时间
LocalDateTime getCreatedAt()
Getter for DB_ETERNAL.M_RELATION.CREATED_AT. 「createdAt」- 创建时间
IMRelation setCreatedBy(String value)
Setter for DB_ETERNAL.M_RELATION.CREATED_BY. 「createdBy」- 创建人
String getCreatedBy()
Getter for DB_ETERNAL.M_RELATION.CREATED_BY. 「createdBy」- 创建人
IMRelation setUpdatedAt(LocalDateTime value)
Setter for DB_ETERNAL.M_RELATION.UPDATED_AT. 「updatedAt」- 更新时间
LocalDateTime getUpdatedAt()
Getter for DB_ETERNAL.M_RELATION.UPDATED_AT. 「updatedAt」- 更新时间
IMRelation setUpdatedBy(String value)
Setter for DB_ETERNAL.M_RELATION.UPDATED_BY. 「updatedBy」- 更新人
String getUpdatedBy()
Getter for DB_ETERNAL.M_RELATION.UPDATED_BY. 「updatedBy」- 更新人
void from(IMRelation from)
Load data from another generated Record/POJO implementing the common interface IMRelation
<E extends IMRelation> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IMRelation
default IMRelation fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2020. All rights reserved.