@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class GCluster extends Object implements IGCluster
This class is generated by jOOQ.
| Constructor and Description |
|---|
GCluster() |
GCluster(GCluster value) |
GCluster(io.vertx.core.json.JsonObject json) |
GCluster(String key,
String name,
Integer x,
Integer y,
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(IGCluster from)
Load data from another generated Record/POJO implementing the common interface IGCluster
|
Boolean |
getActive()
Getter for
DB_ETERNAL.G_CLUSTER.ACTIVE. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.G_CLUSTER.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.G_CLUSTER.CREATED_BY. |
String |
getGraphicId()
Getter for
DB_ETERNAL.G_CLUSTER.GRAPHIC_ID. |
String |
getKey()
Getter for
DB_ETERNAL.G_CLUSTER.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.G_CLUSTER.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.G_CLUSTER.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.G_CLUSTER.NAME. |
String |
getRecordData()
Getter for
DB_ETERNAL.G_CLUSTER.RECORD_DATA. |
String |
getRecordKey()
Getter for
DB_ETERNAL.G_CLUSTER.RECORD_KEY. |
String |
getSigma()
Getter for
DB_ETERNAL.G_CLUSTER.SIGMA. |
String |
getUi()
Getter for
DB_ETERNAL.G_CLUSTER.UI. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.G_CLUSTER.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.G_CLUSTER.UPDATED_BY. |
Integer |
getX()
Getter for
DB_ETERNAL.G_CLUSTER.X. |
Integer |
getY()
Getter for
DB_ETERNAL.G_CLUSTER.Y. |
<E extends IGCluster> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IGCluster
|
GCluster |
setActive(Boolean active)
Setter for
DB_ETERNAL.G_CLUSTER.ACTIVE. |
GCluster |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.G_CLUSTER.CREATED_AT. |
GCluster |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.G_CLUSTER.CREATED_BY. |
GCluster |
setGraphicId(String graphicId)
Setter for
DB_ETERNAL.G_CLUSTER.GRAPHIC_ID. |
GCluster |
setKey(String key)
Setter for
DB_ETERNAL.G_CLUSTER.KEY. |
GCluster |
setLanguage(String language)
Setter for
DB_ETERNAL.G_CLUSTER.LANGUAGE. |
GCluster |
setMetadata(String metadata)
Setter for
DB_ETERNAL.G_CLUSTER.METADATA. |
GCluster |
setName(String name)
Setter for
DB_ETERNAL.G_CLUSTER.NAME. |
GCluster |
setRecordData(String recordData)
Setter for
DB_ETERNAL.G_CLUSTER.RECORD_DATA. |
GCluster |
setRecordKey(String recordKey)
Setter for
DB_ETERNAL.G_CLUSTER.RECORD_KEY. |
GCluster |
setSigma(String sigma)
Setter for
DB_ETERNAL.G_CLUSTER.SIGMA. |
GCluster |
setUi(String ui)
Setter for
DB_ETERNAL.G_CLUSTER.UI. |
GCluster |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.G_CLUSTER.UPDATED_AT. |
GCluster |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.G_CLUSTER.UPDATED_BY. |
GCluster |
setX(Integer x)
Setter for
DB_ETERNAL.G_CLUSTER.X. |
GCluster |
setY(Integer y)
Setter for
DB_ETERNAL.G_CLUSTER.Y. |
String |
toString() |
public GCluster()
public GCluster(GCluster value)
public GCluster(String key, String name, Integer x, Integer y, 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 GCluster(io.vertx.core.json.JsonObject json)
public String getKey()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.KEY. 「key」- 组ID
public GCluster setKey(String key)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.KEY. 「key」- 组ID
public String getName()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.NAME. 「name」- 组呈现名称
public GCluster setName(String name)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.NAME. 「name」- 组呈现名称
public Integer getX()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.X. 「x」- 当前组在图上的x坐标
public GCluster setX(Integer x)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.X. 「x」- 当前组在图上的x坐标
public Integer getY()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.Y. 「y」- 当前组在图上的y坐标
public GCluster setY(Integer y)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.Y. 「y」- 当前组在图上的y坐标
public String getGraphicId()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.GRAPHIC_ID. 「graphicId」- 它所关联的图实例ID
getGraphicId in interface IGClusterpublic GCluster setGraphicId(String graphicId)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.GRAPHIC_ID. 「graphicId」- 它所关联的图实例ID
setGraphicId in interface IGClusterpublic String getUi()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.UI. 「ui」- ui配置专用
public GCluster setUi(String ui)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.UI. 「ui」- ui配置专用
public String getRecordKey()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.RECORD_KEY. 「recordKey」- 记录主键
getRecordKey in interface IGClusterpublic GCluster setRecordKey(String recordKey)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.RECORD_KEY. 「recordKey」- 记录主键
setRecordKey in interface IGClusterpublic String getRecordData()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.RECORD_DATA. 「recordData」- 组中存储的数据信息
getRecordData in interface IGClusterpublic GCluster setRecordData(String recordData)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.RECORD_DATA. 「recordData」- 组中存储的数据信息
setRecordData in interface IGClusterpublic String getSigma()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.SIGMA. 「sigma」- 统一标识
public GCluster setSigma(String sigma)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.SIGMA. 「sigma」- 统一标识
public String getLanguage()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.LANGUAGE. 「language」- 使用的语言
getLanguage in interface IGClusterpublic GCluster setLanguage(String language)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.LANGUAGE. 「language」- 使用的语言
setLanguage in interface IGClusterpublic Boolean getActive()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.ACTIVE. 「active」- 是否启用
public GCluster setActive(Boolean active)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.ACTIVE. 「active」- 是否启用
public String getMetadata()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.METADATA. 「metadata」- 附加配置数据
getMetadata in interface IGClusterpublic GCluster setMetadata(String metadata)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.METADATA. 「metadata」- 附加配置数据
setMetadata in interface IGClusterpublic LocalDateTime getCreatedAt()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface IGClusterpublic GCluster setCreatedAt(LocalDateTime createdAt)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface IGClusterpublic String getCreatedBy()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface IGClusterpublic GCluster setCreatedBy(String createdBy)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface IGClusterpublic LocalDateTime getUpdatedAt()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface IGClusterpublic GCluster setUpdatedAt(LocalDateTime updatedAt)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface IGClusterpublic String getUpdatedBy()
IGClusterGetter for DB_ETERNAL.G_CLUSTER.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface IGClusterpublic GCluster setUpdatedBy(String updatedBy)
IGClusterSetter for DB_ETERNAL.G_CLUSTER.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface IGClusterpublic void from(IGCluster from)
Load data from another generated Record/POJO implementing the common interface IGCluster
Copyright © 2020. All rights reserved.