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