Interface ISAction
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
SAction,SActionRecord
public interface ISAction
extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
Method Summary
Modifier and TypeMethodDescriptionvoidLoad data from another generated Record/POJO implementing the common interface ISActiondefault ISActionfromJson(io.vertx.core.json.JsonObject json) Getter forDB_ETERNAL.S_ACTION.ACTIVE.getCode()Getter forDB_ETERNAL.S_ACTION.CODE.Getter forDB_ETERNAL.S_ACTION.COMMENT.Getter forDB_ETERNAL.S_ACTION.CREATED_AT.Getter forDB_ETERNAL.S_ACTION.CREATED_BY.getKey()Getter forDB_ETERNAL.S_ACTION.KEY.Getter forDB_ETERNAL.S_ACTION.LANGUAGE.getLevel()Getter forDB_ETERNAL.S_ACTION.LEVEL.Getter forDB_ETERNAL.S_ACTION.METADATA.Getter forDB_ETERNAL.S_ACTION.METHOD.getName()Getter forDB_ETERNAL.S_ACTION.NAME.Getter forDB_ETERNAL.S_ACTION.PERMISSION_ID.Getter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.Getter forDB_ETERNAL.S_ACTION.RESOURCE_ID.getSigma()Getter forDB_ETERNAL.S_ACTION.SIGMA.Getter forDB_ETERNAL.S_ACTION.UPDATED_AT.Getter forDB_ETERNAL.S_ACTION.UPDATED_BY.getUri()Getter forDB_ETERNAL.S_ACTION.URI.<E extends ISAction>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface ISActionSetter forDB_ETERNAL.S_ACTION.ACTIVE.Setter forDB_ETERNAL.S_ACTION.CODE.setComment(String value) Setter forDB_ETERNAL.S_ACTION.COMMENT.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.S_ACTION.CREATED_AT.setCreatedBy(String value) Setter forDB_ETERNAL.S_ACTION.CREATED_BY.Setter forDB_ETERNAL.S_ACTION.KEY.setLanguage(String value) Setter forDB_ETERNAL.S_ACTION.LANGUAGE.Setter forDB_ETERNAL.S_ACTION.LEVEL.setMetadata(String value) Setter forDB_ETERNAL.S_ACTION.METADATA.Setter forDB_ETERNAL.S_ACTION.METHOD.Setter forDB_ETERNAL.S_ACTION.NAME.setPermissionId(String value) Setter forDB_ETERNAL.S_ACTION.PERMISSION_ID.setRenewalCredit(String value) Setter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.setResourceId(String value) Setter forDB_ETERNAL.S_ACTION.RESOURCE_ID.Setter forDB_ETERNAL.S_ACTION.SIGMA.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.S_ACTION.UPDATED_AT.setUpdatedBy(String value) Setter forDB_ETERNAL.S_ACTION.UPDATED_BY.Setter forDB_ETERNAL.S_ACTION.URI.default io.vertx.core.json.JsonObjecttoJson()
-
Method Details
-
setKey
Setter forDB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID -
getKey
String getKey()Getter forDB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID -
setName
Setter forDB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称 -
getName
String getName()Getter forDB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称 -
setCode
Setter forDB_ETERNAL.S_ACTION.CODE. 「code」- 操作码 -
getCode
String getCode()Getter forDB_ETERNAL.S_ACTION.CODE. 「code」- 操作码 -
setResourceId
Setter forDB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID -
getResourceId
String getResourceId()Getter forDB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID -
setPermissionId
Setter forDB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限 -
getPermissionId
String getPermissionId()Getter forDB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限 -
setLevel
Setter forDB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制 -
getLevel
Integer getLevel()Getter forDB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制 -
setUri
Setter forDB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址 -
getUri
String getUri()Getter forDB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址 -
setMethod
Setter forDB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法 -
getMethod
String getMethod()Getter forDB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法 -
setSigma
Setter forDB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识 -
getSigma
String getSigma()Getter forDB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识 -
setRenewalCredit
Setter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证 -
getRenewalCredit
String getRenewalCredit()Getter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证 -
setLanguage
Setter forDB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言 -
getLanguage
String getLanguage()Getter forDB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言 -
setActive
Setter forDB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用 -
getActive
Boolean getActive()Getter forDB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用 -
setMetadata
Setter forDB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据 -
getMetadata
String getMetadata()Getter forDB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据 -
setComment
Setter forDB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明 -
getComment
String getComment()Getter forDB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明 -
setCreatedAt
Setter forDB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间 -
getCreatedAt
LocalDateTime getCreatedAt()Getter forDB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间 -
setCreatedBy
Setter forDB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人 -
getCreatedBy
String getCreatedBy()Getter forDB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人 -
setUpdatedAt
Setter forDB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间 -
getUpdatedAt
LocalDateTime getUpdatedAt()Getter forDB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间 -
setUpdatedBy
Setter forDB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人 -
getUpdatedBy
String getUpdatedBy()Getter forDB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人 -
from
Load data from another generated Record/POJO implementing the common interface ISAction -
into
Copy data into another generated Record/POJO implementing the common interface ISAction -
fromJson
- 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
-