@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class MKey extends Object implements IMKey
This class is generated by jOOQ.
| Constructor and Description |
|---|
MKey() |
MKey(io.vertx.core.json.JsonObject json) |
MKey(MKey value) |
MKey(String key,
String name,
String type,
String columns,
String entityId,
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(IMKey from)
Load data from another generated Record/POJO implementing the common interface IMKey
|
Boolean |
getActive()
Getter for
DB_ETERNAL.M_KEY.ACTIVE. |
String |
getColumns()
Getter for
DB_ETERNAL.M_KEY.COLUMNS. |
String |
getComments()
Getter for
DB_ETERNAL.M_KEY.COMMENTS. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.M_KEY.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.M_KEY.CREATED_BY. |
String |
getEntityId()
Getter for
DB_ETERNAL.M_KEY.ENTITY_ID. |
String |
getKey()
Getter for
DB_ETERNAL.M_KEY.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.M_KEY.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.M_KEY.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.M_KEY.NAME. |
String |
getSigma()
Getter for
DB_ETERNAL.M_KEY.SIGMA. |
String |
getType()
Getter for
DB_ETERNAL.M_KEY.TYPE. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.M_KEY.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.M_KEY.UPDATED_BY. |
<E extends IMKey> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IMKey
|
MKey |
setActive(Boolean active)
Setter for
DB_ETERNAL.M_KEY.ACTIVE. |
MKey |
setColumns(String columns)
Setter for
DB_ETERNAL.M_KEY.COLUMNS. |
MKey |
setComments(String comments)
Setter for
DB_ETERNAL.M_KEY.COMMENTS. |
MKey |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.M_KEY.CREATED_AT. |
MKey |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.M_KEY.CREATED_BY. |
MKey |
setEntityId(String entityId)
Setter for
DB_ETERNAL.M_KEY.ENTITY_ID. |
MKey |
setKey(String key)
Setter for
DB_ETERNAL.M_KEY.KEY. |
MKey |
setLanguage(String language)
Setter for
DB_ETERNAL.M_KEY.LANGUAGE. |
MKey |
setMetadata(String metadata)
Setter for
DB_ETERNAL.M_KEY.METADATA. |
MKey |
setName(String name)
Setter for
DB_ETERNAL.M_KEY.NAME. |
MKey |
setSigma(String sigma)
Setter for
DB_ETERNAL.M_KEY.SIGMA. |
MKey |
setType(String type)
Setter for
DB_ETERNAL.M_KEY.TYPE. |
MKey |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.M_KEY.UPDATED_AT. |
MKey |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.M_KEY.UPDATED_BY. |
String |
toString() |
public MKey()
public MKey(MKey value)
public MKey(String key, String name, String type, String columns, String entityId, String comments, String sigma, String language, Boolean active, String metadata, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public MKey(io.vertx.core.json.JsonObject json)
public String getKey()
IMKeyGetter for DB_ETERNAL.M_KEY.KEY. 「key」- 键ID
public MKey setKey(String key)
IMKeySetter for DB_ETERNAL.M_KEY.KEY. 「key」- 键ID
public String getName()
IMKeyGetter for DB_ETERNAL.M_KEY.NAME. 「name」- 键名称
public MKey setName(String name)
IMKeySetter for DB_ETERNAL.M_KEY.NAME. 「name」- 键名称
public String getType()
IMKeyGetter for DB_ETERNAL.M_KEY.TYPE. 「type」- 键类型
public MKey setType(String type)
IMKeySetter for DB_ETERNAL.M_KEY.TYPE. 「type」- 键类型
public String getColumns()
IMKeyGetter for DB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合
getColumns in interface IMKeypublic MKey setColumns(String columns)
IMKeySetter for DB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合
setColumns in interface IMKeypublic String getEntityId()
IMKeyGetter for DB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID
getEntityId in interface IMKeypublic MKey setEntityId(String entityId)
IMKeySetter for DB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID
setEntityId in interface IMKeypublic String getComments()
IMKeyGetter for DB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息
getComments in interface IMKeypublic MKey setComments(String comments)
IMKeySetter for DB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息
setComments in interface IMKeypublic String getSigma()
IMKeyGetter for DB_ETERNAL.M_KEY.SIGMA. 「sigma」- 统一标识
public MKey setSigma(String sigma)
IMKeySetter for DB_ETERNAL.M_KEY.SIGMA. 「sigma」- 统一标识
public String getLanguage()
IMKeyGetter for DB_ETERNAL.M_KEY.LANGUAGE. 「language」- 使用的语言
getLanguage in interface IMKeypublic MKey setLanguage(String language)
IMKeySetter for DB_ETERNAL.M_KEY.LANGUAGE. 「language」- 使用的语言
setLanguage in interface IMKeypublic Boolean getActive()
IMKeyGetter for DB_ETERNAL.M_KEY.ACTIVE. 「active」- 是否启用
public MKey setActive(Boolean active)
IMKeySetter for DB_ETERNAL.M_KEY.ACTIVE. 「active」- 是否启用
public String getMetadata()
IMKeyGetter for DB_ETERNAL.M_KEY.METADATA. 「metadata」- 附加配置数据
getMetadata in interface IMKeypublic MKey setMetadata(String metadata)
IMKeySetter for DB_ETERNAL.M_KEY.METADATA. 「metadata」- 附加配置数据
setMetadata in interface IMKeypublic LocalDateTime getCreatedAt()
IMKeyGetter for DB_ETERNAL.M_KEY.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface IMKeypublic MKey setCreatedAt(LocalDateTime createdAt)
IMKeySetter for DB_ETERNAL.M_KEY.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface IMKeypublic String getCreatedBy()
IMKeyGetter for DB_ETERNAL.M_KEY.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface IMKeypublic MKey setCreatedBy(String createdBy)
IMKeySetter for DB_ETERNAL.M_KEY.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface IMKeypublic LocalDateTime getUpdatedAt()
IMKeyGetter for DB_ETERNAL.M_KEY.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface IMKeypublic MKey setUpdatedAt(LocalDateTime updatedAt)
IMKeySetter for DB_ETERNAL.M_KEY.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface IMKeypublic String getUpdatedBy()
IMKeyGetter for DB_ETERNAL.M_KEY.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface IMKeypublic MKey setUpdatedBy(String updatedBy)
IMKeySetter for DB_ETERNAL.M_KEY.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface IMKeypublic void from(IMKey from)
Load data from another generated Record/POJO implementing the common interface IMKey
Copyright © 2021. All rights reserved.