Interface IMKey
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
MKey,MKeyRecord
public interface IMKey extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(IMKey from)Load data from another generated Record/POJO implementing the common interface IMKeydefault IMKeyfromJson(io.vertx.core.json.JsonObject json)BooleangetActive()Getter forDB_ETERNAL.M_KEY.ACTIVE.StringgetColumns()Getter forDB_ETERNAL.M_KEY.COLUMNS.StringgetComments()Getter forDB_ETERNAL.M_KEY.COMMENTS.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.M_KEY.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.M_KEY.CREATED_BY.StringgetEntityId()Getter forDB_ETERNAL.M_KEY.ENTITY_ID.StringgetKey()Getter forDB_ETERNAL.M_KEY.KEY.StringgetLanguage()Getter forDB_ETERNAL.M_KEY.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.M_KEY.METADATA.StringgetName()Getter forDB_ETERNAL.M_KEY.NAME.StringgetSigma()Getter forDB_ETERNAL.M_KEY.SIGMA.StringgetType()Getter forDB_ETERNAL.M_KEY.TYPE.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.M_KEY.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.M_KEY.UPDATED_BY.<E extends IMKey>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IMKeyIMKeysetActive(Boolean value)Setter forDB_ETERNAL.M_KEY.ACTIVE.IMKeysetColumns(String value)Setter forDB_ETERNAL.M_KEY.COLUMNS.IMKeysetComments(String value)Setter forDB_ETERNAL.M_KEY.COMMENTS.IMKeysetCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_KEY.CREATED_AT.IMKeysetCreatedBy(String value)Setter forDB_ETERNAL.M_KEY.CREATED_BY.IMKeysetEntityId(String value)Setter forDB_ETERNAL.M_KEY.ENTITY_ID.IMKeysetKey(String value)Setter forDB_ETERNAL.M_KEY.KEY.IMKeysetLanguage(String value)Setter forDB_ETERNAL.M_KEY.LANGUAGE.IMKeysetMetadata(String value)Setter forDB_ETERNAL.M_KEY.METADATA.IMKeysetName(String value)Setter forDB_ETERNAL.M_KEY.NAME.IMKeysetSigma(String value)Setter forDB_ETERNAL.M_KEY.SIGMA.IMKeysetType(String value)Setter forDB_ETERNAL.M_KEY.TYPE.IMKeysetUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.M_KEY.UPDATED_AT.IMKeysetUpdatedBy(String value)Setter forDB_ETERNAL.M_KEY.UPDATED_BY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
getKey
String getKey()
Getter forDB_ETERNAL.M_KEY.KEY. 「key」- 键ID
-
getName
String getName()
Getter forDB_ETERNAL.M_KEY.NAME. 「name」- 键名称
-
getType
String getType()
Getter forDB_ETERNAL.M_KEY.TYPE. 「type」- 键类型
-
setColumns
IMKey setColumns(String value)
Setter forDB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合
-
getColumns
String getColumns()
Getter forDB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合
-
setEntityId
IMKey setEntityId(String value)
Setter forDB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID
-
getEntityId
String getEntityId()
Getter forDB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID
-
setComments
IMKey setComments(String value)
Setter forDB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息
-
getComments
String getComments()
Getter forDB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息
-
getSigma
String getSigma()
Getter forDB_ETERNAL.M_KEY.SIGMA. 「sigma」- 统一标识
-
setLanguage
IMKey setLanguage(String value)
Setter forDB_ETERNAL.M_KEY.LANGUAGE. 「language」- 使用的语言
-
getLanguage
String getLanguage()
Getter forDB_ETERNAL.M_KEY.LANGUAGE. 「language」- 使用的语言
-
getActive
Boolean getActive()
Getter forDB_ETERNAL.M_KEY.ACTIVE. 「active」- 是否启用
-
setMetadata
IMKey setMetadata(String value)
Setter forDB_ETERNAL.M_KEY.METADATA. 「metadata」- 附加配置数据
-
getMetadata
String getMetadata()
Getter forDB_ETERNAL.M_KEY.METADATA. 「metadata」- 附加配置数据
-
setCreatedAt
IMKey setCreatedAt(LocalDateTime value)
Setter forDB_ETERNAL.M_KEY.CREATED_AT. 「createdAt」- 创建时间
-
getCreatedAt
LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.M_KEY.CREATED_AT. 「createdAt」- 创建时间
-
setCreatedBy
IMKey setCreatedBy(String value)
Setter forDB_ETERNAL.M_KEY.CREATED_BY. 「createdBy」- 创建人
-
getCreatedBy
String getCreatedBy()
Getter forDB_ETERNAL.M_KEY.CREATED_BY. 「createdBy」- 创建人
-
setUpdatedAt
IMKey setUpdatedAt(LocalDateTime value)
Setter forDB_ETERNAL.M_KEY.UPDATED_AT. 「updatedAt」- 更新时间
-
getUpdatedAt
LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.M_KEY.UPDATED_AT. 「updatedAt」- 更新时间
-
setUpdatedBy
IMKey setUpdatedBy(String value)
Setter forDB_ETERNAL.M_KEY.UPDATED_BY. 「updatedBy」- 更新人
-
getUpdatedBy
String getUpdatedBy()
Getter forDB_ETERNAL.M_KEY.UPDATED_BY. 「updatedBy」- 更新人
-
from
void from(IMKey from)
Load data from another generated Record/POJO implementing the common interface IMKey
-
into
<E extends IMKey> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IMKey
-
fromJson
default IMKey fromJson(io.vertx.core.json.JsonObject json)
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
-