@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class GEdge extends Object implements IGEdge
This class is generated by jOOQ.
| Constructor and Description |
|---|
GEdge() |
GEdge(GEdge value) |
GEdge(io.vertx.core.json.JsonObject json) |
GEdge(String key,
String name,
String type,
String sourceKey,
String targetKey,
String graphicId,
String ui,
String recordKey,
String recordData,
String sigma,
String language,
Boolean active,
String metadata,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IGEdge from)
Load data from another generated Record/POJO implementing the common interface IGEdge
|
Boolean |
getActive()
Getter for
DB_ETERNAL.G_EDGE.ACTIVE. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.G_EDGE.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.G_EDGE.CREATED_BY. |
String |
getGraphicId()
Getter for
DB_ETERNAL.G_EDGE.GRAPHIC_ID. |
String |
getKey()
Getter for
DB_ETERNAL.G_EDGE.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.G_EDGE.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.G_EDGE.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.G_EDGE.NAME. |
String |
getRecordData()
Getter for
DB_ETERNAL.G_EDGE.RECORD_DATA. |
String |
getRecordKey()
Getter for
DB_ETERNAL.G_EDGE.RECORD_KEY. |
String |
getSigma()
Getter for
DB_ETERNAL.G_EDGE.SIGMA. |
String |
getSourceKey()
Getter for
DB_ETERNAL.G_EDGE.SOURCE_KEY. |
String |
getTargetKey()
Getter for
DB_ETERNAL.G_EDGE.TARGET_KEY. |
String |
getType()
Getter for
DB_ETERNAL.G_EDGE.TYPE. |
String |
getUi()
Getter for
DB_ETERNAL.G_EDGE.UI. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.G_EDGE.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.G_EDGE.UPDATED_BY. |
<E extends IGEdge> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IGEdge
|
GEdge |
setActive(Boolean active)
Setter for
DB_ETERNAL.G_EDGE.ACTIVE. |
GEdge |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.G_EDGE.CREATED_AT. |
GEdge |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.G_EDGE.CREATED_BY. |
GEdge |
setGraphicId(String graphicId)
Setter for
DB_ETERNAL.G_EDGE.GRAPHIC_ID. |
GEdge |
setKey(String key)
Setter for
DB_ETERNAL.G_EDGE.KEY. |
GEdge |
setLanguage(String language)
Setter for
DB_ETERNAL.G_EDGE.LANGUAGE. |
GEdge |
setMetadata(String metadata)
Setter for
DB_ETERNAL.G_EDGE.METADATA. |
GEdge |
setName(String name)
Setter for
DB_ETERNAL.G_EDGE.NAME. |
GEdge |
setRecordData(String recordData)
Setter for
DB_ETERNAL.G_EDGE.RECORD_DATA. |
GEdge |
setRecordKey(String recordKey)
Setter for
DB_ETERNAL.G_EDGE.RECORD_KEY. |
GEdge |
setSigma(String sigma)
Setter for
DB_ETERNAL.G_EDGE.SIGMA. |
GEdge |
setSourceKey(String sourceKey)
Setter for
DB_ETERNAL.G_EDGE.SOURCE_KEY. |
GEdge |
setTargetKey(String targetKey)
Setter for
DB_ETERNAL.G_EDGE.TARGET_KEY. |
GEdge |
setType(String type)
Setter for
DB_ETERNAL.G_EDGE.TYPE. |
GEdge |
setUi(String ui)
Setter for
DB_ETERNAL.G_EDGE.UI. |
GEdge |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.G_EDGE.UPDATED_AT. |
GEdge |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.G_EDGE.UPDATED_BY. |
String |
toString() |
public GEdge()
public GEdge(GEdge value)
public GEdge(String key, String name, String type, String sourceKey, String targetKey, String graphicId, String ui, String recordKey, String recordData, String sigma, String language, Boolean active, String metadata, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public GEdge(io.vertx.core.json.JsonObject json)
public String getKey()
IGEdgeGetter for DB_ETERNAL.G_EDGE.KEY. 「key」- 拓扑图边的ID
public GEdge setKey(String key)
IGEdgeSetter for DB_ETERNAL.G_EDGE.KEY. 「key」- 拓扑图边的ID
public String getName()
IGEdgeGetter for DB_ETERNAL.G_EDGE.NAME. 「name」- 边的名称
public GEdge setName(String name)
IGEdgeSetter for DB_ETERNAL.G_EDGE.NAME. 「name」- 边的名称
public String getType()
IGEdgeGetter for DB_ETERNAL.G_EDGE.TYPE. 「type」- 拓扑图边的类型,描述关系本质
public GEdge setType(String type)
IGEdgeSetter for DB_ETERNAL.G_EDGE.TYPE. 「type」- 拓扑图边的类型,描述关系本质
public String getSourceKey()
IGEdgeGetter for DB_ETERNAL.G_EDGE.SOURCE_KEY. 「sourceKey」- 拓扑图开始节点
getSourceKey in interface IGEdgepublic GEdge setSourceKey(String sourceKey)
IGEdgeSetter for DB_ETERNAL.G_EDGE.SOURCE_KEY. 「sourceKey」- 拓扑图开始节点
setSourceKey in interface IGEdgepublic String getTargetKey()
IGEdgeGetter for DB_ETERNAL.G_EDGE.TARGET_KEY. 「targetKey」- 拓扑图结束节点
getTargetKey in interface IGEdgepublic GEdge setTargetKey(String targetKey)
IGEdgeSetter for DB_ETERNAL.G_EDGE.TARGET_KEY. 「targetKey」- 拓扑图结束节点
setTargetKey in interface IGEdgepublic String getGraphicId()
IGEdgeGetter for DB_ETERNAL.G_EDGE.GRAPHIC_ID. 「graphicId」- 当前关联拓扑图ID
getGraphicId in interface IGEdgepublic GEdge setGraphicId(String graphicId)
IGEdgeSetter for DB_ETERNAL.G_EDGE.GRAPHIC_ID. 「graphicId」- 当前关联拓扑图ID
setGraphicId in interface IGEdgepublic String getUi()
IGEdgeGetter for DB_ETERNAL.G_EDGE.UI. 「ui」- ui配置专用
public GEdge setUi(String ui)
IGEdgeSetter for DB_ETERNAL.G_EDGE.UI. 「ui」- ui配置专用
public String getRecordKey()
IGEdgeGetter for DB_ETERNAL.G_EDGE.RECORD_KEY. 「recordKey」- 记录主键
getRecordKey in interface IGEdgepublic GEdge setRecordKey(String recordKey)
IGEdgeSetter for DB_ETERNAL.G_EDGE.RECORD_KEY. 「recordKey」- 记录主键
setRecordKey in interface IGEdgepublic String getRecordData()
IGEdgeGetter for DB_ETERNAL.G_EDGE.RECORD_DATA. 「recordData」- 组中存储的数据信息
getRecordData in interface IGEdgepublic GEdge setRecordData(String recordData)
IGEdgeSetter for DB_ETERNAL.G_EDGE.RECORD_DATA. 「recordData」- 组中存储的数据信息
setRecordData in interface IGEdgepublic String getSigma()
IGEdgeGetter for DB_ETERNAL.G_EDGE.SIGMA. 「sigma」- 统一标识
public GEdge setSigma(String sigma)
IGEdgeSetter for DB_ETERNAL.G_EDGE.SIGMA. 「sigma」- 统一标识
public String getLanguage()
IGEdgeGetter for DB_ETERNAL.G_EDGE.LANGUAGE. 「language」- 使用的语言
getLanguage in interface IGEdgepublic GEdge setLanguage(String language)
IGEdgeSetter for DB_ETERNAL.G_EDGE.LANGUAGE. 「language」- 使用的语言
setLanguage in interface IGEdgepublic Boolean getActive()
IGEdgeGetter for DB_ETERNAL.G_EDGE.ACTIVE. 「active」- 是否启用
public GEdge setActive(Boolean active)
IGEdgeSetter for DB_ETERNAL.G_EDGE.ACTIVE. 「active」- 是否启用
public String getMetadata()
IGEdgeGetter for DB_ETERNAL.G_EDGE.METADATA. 「metadata」- 附加配置数据
getMetadata in interface IGEdgepublic GEdge setMetadata(String metadata)
IGEdgeSetter for DB_ETERNAL.G_EDGE.METADATA. 「metadata」- 附加配置数据
setMetadata in interface IGEdgepublic LocalDateTime getCreatedAt()
IGEdgeGetter for DB_ETERNAL.G_EDGE.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface IGEdgepublic GEdge setCreatedAt(LocalDateTime createdAt)
IGEdgeSetter for DB_ETERNAL.G_EDGE.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface IGEdgepublic String getCreatedBy()
IGEdgeGetter for DB_ETERNAL.G_EDGE.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface IGEdgepublic GEdge setCreatedBy(String createdBy)
IGEdgeSetter for DB_ETERNAL.G_EDGE.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface IGEdgepublic LocalDateTime getUpdatedAt()
IGEdgeGetter for DB_ETERNAL.G_EDGE.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface IGEdgepublic GEdge setUpdatedAt(LocalDateTime updatedAt)
IGEdgeSetter for DB_ETERNAL.G_EDGE.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface IGEdgepublic String getUpdatedBy()
IGEdgeGetter for DB_ETERNAL.G_EDGE.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface IGEdgepublic GEdge setUpdatedBy(String updatedBy)
IGEdgeSetter for DB_ETERNAL.G_EDGE.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface IGEdgepublic void from(IGEdge from)
Load data from another generated Record/POJO implementing the common interface IGEdge
Copyright © 2020. All rights reserved.