@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class GGraphic extends Object implements IGGraphic
This class is generated by jOOQ.
| Constructor and Description |
|---|
GGraphic() |
GGraphic(GGraphic value) |
GGraphic(io.vertx.core.json.JsonObject json) |
GGraphic(String key,
String name,
String code,
String mode,
String type,
String comments,
String ownerId,
String ui,
String graphicId,
Boolean master,
String modelId,
String modelKey,
String modelCategory,
String sigma,
String language,
Boolean active,
String metadata,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IGGraphic from)
Load data from another generated Record/POJO implementing the common interface IGGraphic
|
Boolean |
getActive()
Getter for
DB_ETERNAL.G_GRAPHIC.ACTIVE. |
String |
getCode()
Getter for
DB_ETERNAL.G_GRAPHIC.CODE. |
String |
getComments()
Getter for
DB_ETERNAL.G_GRAPHIC.COMMENTS. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.G_GRAPHIC.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.G_GRAPHIC.CREATED_BY. |
String |
getGraphicId()
Getter for
DB_ETERNAL.G_GRAPHIC.GRAPHIC_ID. |
String |
getKey()
Getter for
DB_ETERNAL.G_GRAPHIC.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.G_GRAPHIC.LANGUAGE. |
Boolean |
getMaster()
Getter for
DB_ETERNAL.G_GRAPHIC.MASTER. |
String |
getMetadata()
Getter for
DB_ETERNAL.G_GRAPHIC.METADATA. |
String |
getMode()
Getter for
DB_ETERNAL.G_GRAPHIC.MODE. |
String |
getModelCategory()
Getter for
DB_ETERNAL.G_GRAPHIC.MODEL_CATEGORY. |
String |
getModelId()
Getter for
DB_ETERNAL.G_GRAPHIC.MODEL_ID. |
String |
getModelKey()
Getter for
DB_ETERNAL.G_GRAPHIC.MODEL_KEY. |
String |
getName()
Getter for
DB_ETERNAL.G_GRAPHIC.NAME. |
String |
getOwnerId()
Getter for
DB_ETERNAL.G_GRAPHIC.OWNER_ID. |
String |
getSigma()
Getter for
DB_ETERNAL.G_GRAPHIC.SIGMA. |
String |
getType()
Getter for
DB_ETERNAL.G_GRAPHIC.TYPE. |
String |
getUi()
Getter for
DB_ETERNAL.G_GRAPHIC.UI. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.G_GRAPHIC.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.G_GRAPHIC.UPDATED_BY. |
<E extends IGGraphic> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IGGraphic
|
GGraphic |
setActive(Boolean active)
Setter for
DB_ETERNAL.G_GRAPHIC.ACTIVE. |
GGraphic |
setCode(String code)
Setter for
DB_ETERNAL.G_GRAPHIC.CODE. |
GGraphic |
setComments(String comments)
Setter for
DB_ETERNAL.G_GRAPHIC.COMMENTS. |
GGraphic |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.G_GRAPHIC.CREATED_AT. |
GGraphic |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.G_GRAPHIC.CREATED_BY. |
GGraphic |
setGraphicId(String graphicId)
Setter for
DB_ETERNAL.G_GRAPHIC.GRAPHIC_ID. |
GGraphic |
setKey(String key)
Setter for
DB_ETERNAL.G_GRAPHIC.KEY. |
GGraphic |
setLanguage(String language)
Setter for
DB_ETERNAL.G_GRAPHIC.LANGUAGE. |
GGraphic |
setMaster(Boolean master)
Setter for
DB_ETERNAL.G_GRAPHIC.MASTER. |
GGraphic |
setMetadata(String metadata)
Setter for
DB_ETERNAL.G_GRAPHIC.METADATA. |
GGraphic |
setMode(String mode)
Setter for
DB_ETERNAL.G_GRAPHIC.MODE. |
GGraphic |
setModelCategory(String modelCategory)
Setter for
DB_ETERNAL.G_GRAPHIC.MODEL_CATEGORY. |
GGraphic |
setModelId(String modelId)
Setter for
DB_ETERNAL.G_GRAPHIC.MODEL_ID. |
GGraphic |
setModelKey(String modelKey)
Setter for
DB_ETERNAL.G_GRAPHIC.MODEL_KEY. |
GGraphic |
setName(String name)
Setter for
DB_ETERNAL.G_GRAPHIC.NAME. |
GGraphic |
setOwnerId(String ownerId)
Setter for
DB_ETERNAL.G_GRAPHIC.OWNER_ID. |
GGraphic |
setSigma(String sigma)
Setter for
DB_ETERNAL.G_GRAPHIC.SIGMA. |
GGraphic |
setType(String type)
Setter for
DB_ETERNAL.G_GRAPHIC.TYPE. |
GGraphic |
setUi(String ui)
Setter for
DB_ETERNAL.G_GRAPHIC.UI. |
GGraphic |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.G_GRAPHIC.UPDATED_AT. |
GGraphic |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.G_GRAPHIC.UPDATED_BY. |
String |
toString() |
public GGraphic()
public GGraphic(GGraphic value)
public GGraphic(String key, String name, String code, String mode, String type, String comments, String ownerId, String ui, String graphicId, Boolean master, String modelId, String modelKey, String modelCategory, String sigma, String language, Boolean active, String metadata, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public GGraphic(io.vertx.core.json.JsonObject json)
public String getKey()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.KEY. 「key」- 图ID
public GGraphic setKey(String key)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.KEY. 「key」- 图ID
public String getName()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.NAME. 「name」- 图名称
public GGraphic setName(String name)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.NAME. 「name」- 图名称
public String getCode()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.CODE. 「code」- neo4j 中的图的 label,符合 neo4j的图ID规范(使用一定命名规则)
public GGraphic setCode(String code)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.CODE. 「code」- neo4j 中的图的 label,符合 neo4j的图ID规范(使用一定命名规则)
public String getMode()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.MODE. 「mode」- 图模型 FLOW / TOPOLOGY / MIND / TREE
public GGraphic setMode(String mode)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.MODE. 「mode」- 图模型 FLOW / TOPOLOGY / MIND / TREE
public String getType()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.TYPE. 「type」- 图类型 CIRCLE / DEFINE / INSTANCE 圈子、定义、实例,可扩展 tabular
public GGraphic setType(String type)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.TYPE. 「type」- 图类型 CIRCLE / DEFINE / INSTANCE 圈子、定义、实例,可扩展 tabular
public String getComments()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.COMMENTS. 「comments」- 图备注信息
getComments in interface IGGraphicpublic GGraphic setComments(String comments)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.COMMENTS. 「comments」- 图备注信息
setComments in interface IGGraphicpublic String getOwnerId()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.OWNER_ID. 「ownerId」- 图的拥有者,可管理该图信息的人员ID
getOwnerId in interface IGGraphicpublic GGraphic setOwnerId(String ownerId)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.OWNER_ID. 「ownerId」- 图的拥有者,可管理该图信息的人员ID
setOwnerId in interface IGGraphicpublic String getUi()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.UI. 「ui」- ui配置专用
public GGraphic setUi(String ui)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.UI. 「ui」- ui配置专用
public String getGraphicId()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.GRAPHIC_ID. 「graphicId」- 父图ID(当前图是父图的子图,独立管理,创建时需要)
getGraphicId in interface IGGraphicpublic GGraphic setGraphicId(String graphicId)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.GRAPHIC_ID. 「graphicId」- 父图ID(当前图是父图的子图,独立管理,创建时需要)
setGraphicId in interface IGGraphicpublic Boolean getMaster()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.MASTER. 「master」- 主图(不可删除、父ID为NULL、模块级唯一)
public GGraphic setMaster(Boolean master)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.MASTER. 「master」- 主图(不可删除、父ID为NULL、模块级唯一)
public String getModelId()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
getModelId in interface IGGraphicpublic GGraphic setModelId(String modelId)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
setModelId in interface IGGraphicpublic String getModelKey()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
getModelKey in interface IGGraphicpublic GGraphic setModelKey(String modelKey)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
setModelKey in interface IGGraphicpublic String getModelCategory()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点
getModelCategory in interface IGGraphicpublic GGraphic setModelCategory(String modelCategory)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点
setModelCategory in interface IGGraphicpublic String getSigma()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.SIGMA. 「sigma」- 统一标识
public GGraphic setSigma(String sigma)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.SIGMA. 「sigma」- 统一标识
public String getLanguage()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.LANGUAGE. 「language」- 使用的语言
getLanguage in interface IGGraphicpublic GGraphic setLanguage(String language)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.LANGUAGE. 「language」- 使用的语言
setLanguage in interface IGGraphicpublic Boolean getActive()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.ACTIVE. 「active」- 是否启用
public GGraphic setActive(Boolean active)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.ACTIVE. 「active」- 是否启用
public String getMetadata()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.METADATA. 「metadata」- 附加配置数据
getMetadata in interface IGGraphicpublic GGraphic setMetadata(String metadata)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.METADATA. 「metadata」- 附加配置数据
setMetadata in interface IGGraphicpublic LocalDateTime getCreatedAt()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface IGGraphicpublic GGraphic setCreatedAt(LocalDateTime createdAt)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface IGGraphicpublic String getCreatedBy()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface IGGraphicpublic GGraphic setCreatedBy(String createdBy)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface IGGraphicpublic LocalDateTime getUpdatedAt()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface IGGraphicpublic GGraphic setUpdatedAt(LocalDateTime updatedAt)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface IGGraphicpublic String getUpdatedBy()
IGGraphicGetter for DB_ETERNAL.G_GRAPHIC.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface IGGraphicpublic GGraphic setUpdatedBy(String updatedBy)
IGGraphicSetter for DB_ETERNAL.G_GRAPHIC.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface IGGraphicpublic void from(IGGraphic from)
Load data from another generated Record/POJO implementing the common interface IGGraphic
Copyright © 2020. All rights reserved.