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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(ISAction from)Load data from another generated Record/POJO implementing the common interface ISActiondefault ISActionfromJson(io.vertx.core.json.JsonObject json)BooleangetActive()Getter forDB_ETERNAL.S_ACTION.ACTIVE.StringgetCode()Getter forDB_ETERNAL.S_ACTION.CODE.StringgetComment()Getter forDB_ETERNAL.S_ACTION.COMMENT.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.S_ACTION.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.S_ACTION.CREATED_BY.StringgetKey()Getter forDB_ETERNAL.S_ACTION.KEY.StringgetLanguage()Getter forDB_ETERNAL.S_ACTION.LANGUAGE.IntegergetLevel()Getter forDB_ETERNAL.S_ACTION.LEVEL.StringgetMetadata()Getter forDB_ETERNAL.S_ACTION.METADATA.StringgetMethod()Getter forDB_ETERNAL.S_ACTION.METHOD.StringgetName()Getter forDB_ETERNAL.S_ACTION.NAME.StringgetPermissionId()Getter forDB_ETERNAL.S_ACTION.PERMISSION_ID.StringgetRenewalCredit()Getter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.StringgetResourceId()Getter forDB_ETERNAL.S_ACTION.RESOURCE_ID.StringgetSigma()Getter forDB_ETERNAL.S_ACTION.SIGMA.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.S_ACTION.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.S_ACTION.UPDATED_BY.StringgetUri()Getter forDB_ETERNAL.S_ACTION.URI.<E extends ISAction>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ISActionISActionsetActive(Boolean value)Setter forDB_ETERNAL.S_ACTION.ACTIVE.ISActionsetCode(String value)Setter forDB_ETERNAL.S_ACTION.CODE.ISActionsetComment(String value)Setter forDB_ETERNAL.S_ACTION.COMMENT.ISActionsetCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_ACTION.CREATED_AT.ISActionsetCreatedBy(String value)Setter forDB_ETERNAL.S_ACTION.CREATED_BY.ISActionsetKey(String value)Setter forDB_ETERNAL.S_ACTION.KEY.ISActionsetLanguage(String value)Setter forDB_ETERNAL.S_ACTION.LANGUAGE.ISActionsetLevel(Integer value)Setter forDB_ETERNAL.S_ACTION.LEVEL.ISActionsetMetadata(String value)Setter forDB_ETERNAL.S_ACTION.METADATA.ISActionsetMethod(String value)Setter forDB_ETERNAL.S_ACTION.METHOD.ISActionsetName(String value)Setter forDB_ETERNAL.S_ACTION.NAME.ISActionsetPermissionId(String value)Setter forDB_ETERNAL.S_ACTION.PERMISSION_ID.ISActionsetRenewalCredit(String value)Setter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.ISActionsetResourceId(String value)Setter forDB_ETERNAL.S_ACTION.RESOURCE_ID.ISActionsetSigma(String value)Setter forDB_ETERNAL.S_ACTION.SIGMA.ISActionsetUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_ACTION.UPDATED_AT.ISActionsetUpdatedBy(String value)Setter forDB_ETERNAL.S_ACTION.UPDATED_BY.ISActionsetUri(String value)Setter forDB_ETERNAL.S_ACTION.URI.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
getKey
String getKey()
Getter forDB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID
-
getName
String getName()
Getter forDB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称
-
getCode
String getCode()
Getter forDB_ETERNAL.S_ACTION.CODE. 「code」- 操作码
-
setResourceId
ISAction setResourceId(String value)
Setter forDB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID
-
getResourceId
String getResourceId()
Getter forDB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID
-
setPermissionId
ISAction setPermissionId(String value)
Setter forDB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限
-
getPermissionId
String getPermissionId()
Getter forDB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限
-
setLevel
ISAction setLevel(Integer value)
Setter forDB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
-
getLevel
Integer getLevel()
Getter forDB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
-
getUri
String getUri()
Getter forDB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址
-
getMethod
String getMethod()
Getter forDB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法
-
getSigma
String getSigma()
Getter forDB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识
-
setRenewalCredit
ISAction setRenewalCredit(String value)
Setter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证
-
getRenewalCredit
String getRenewalCredit()
Getter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证
-
setLanguage
ISAction setLanguage(String value)
Setter forDB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言
-
getLanguage
String getLanguage()
Getter forDB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言
-
getActive
Boolean getActive()
Getter forDB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用
-
setMetadata
ISAction setMetadata(String value)
Setter forDB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据
-
getMetadata
String getMetadata()
Getter forDB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据
-
setComment
ISAction setComment(String value)
Setter forDB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明
-
getComment
String getComment()
Getter forDB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明
-
setCreatedAt
ISAction setCreatedAt(LocalDateTime value)
Setter forDB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间
-
getCreatedAt
LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间
-
setCreatedBy
ISAction setCreatedBy(String value)
Setter forDB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人
-
getCreatedBy
String getCreatedBy()
Getter forDB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人
-
setUpdatedAt
ISAction setUpdatedAt(LocalDateTime value)
Setter forDB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间
-
getUpdatedAt
LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间
-
setUpdatedBy
ISAction setUpdatedBy(String value)
Setter forDB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人
-
getUpdatedBy
String getUpdatedBy()
Getter forDB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人
-
from
void from(ISAction from)
Load data from another generated Record/POJO implementing the common interface ISAction
-
into
<E extends ISAction> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ISAction
-
fromJson
default ISAction 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
-
-