@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface ISAction extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
from(ISAction from)
Load data from another generated Record/POJO implementing the common interface ISAction
|
default ISAction |
fromJson(io.vertx.core.json.JsonObject json) |
Boolean |
getActive()
Getter for
DB_ETERNAL.S_ACTION.ACTIVE. |
String |
getCode()
Getter for
DB_ETERNAL.S_ACTION.CODE. |
String |
getComment()
Getter for
DB_ETERNAL.S_ACTION.COMMENT. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.S_ACTION.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.S_ACTION.CREATED_BY. |
String |
getKey()
Getter for
DB_ETERNAL.S_ACTION.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.S_ACTION.LANGUAGE. |
Integer |
getLevel()
Getter for
DB_ETERNAL.S_ACTION.LEVEL. |
String |
getMetadata()
Getter for
DB_ETERNAL.S_ACTION.METADATA. |
String |
getMethod()
Getter for
DB_ETERNAL.S_ACTION.METHOD. |
String |
getName()
Getter for
DB_ETERNAL.S_ACTION.NAME. |
String |
getPermissionId()
Getter for
DB_ETERNAL.S_ACTION.PERMISSION_ID. |
String |
getRenewalCredit()
Getter for
DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. |
String |
getResourceId()
Getter for
DB_ETERNAL.S_ACTION.RESOURCE_ID. |
String |
getSigma()
Getter for
DB_ETERNAL.S_ACTION.SIGMA. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.S_ACTION.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.S_ACTION.UPDATED_BY. |
String |
getUri()
Getter for
DB_ETERNAL.S_ACTION.URI. |
<E extends ISAction> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ISAction
|
ISAction |
setActive(Boolean value)
Setter for
DB_ETERNAL.S_ACTION.ACTIVE. |
ISAction |
setCode(String value)
Setter for
DB_ETERNAL.S_ACTION.CODE. |
ISAction |
setComment(String value)
Setter for
DB_ETERNAL.S_ACTION.COMMENT. |
ISAction |
setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_ACTION.CREATED_AT. |
ISAction |
setCreatedBy(String value)
Setter for
DB_ETERNAL.S_ACTION.CREATED_BY. |
ISAction |
setKey(String value)
Setter for
DB_ETERNAL.S_ACTION.KEY. |
ISAction |
setLanguage(String value)
Setter for
DB_ETERNAL.S_ACTION.LANGUAGE. |
ISAction |
setLevel(Integer value)
Setter for
DB_ETERNAL.S_ACTION.LEVEL. |
ISAction |
setMetadata(String value)
Setter for
DB_ETERNAL.S_ACTION.METADATA. |
ISAction |
setMethod(String value)
Setter for
DB_ETERNAL.S_ACTION.METHOD. |
ISAction |
setName(String value)
Setter for
DB_ETERNAL.S_ACTION.NAME. |
ISAction |
setPermissionId(String value)
Setter for
DB_ETERNAL.S_ACTION.PERMISSION_ID. |
ISAction |
setRenewalCredit(String value)
Setter for
DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. |
ISAction |
setResourceId(String value)
Setter for
DB_ETERNAL.S_ACTION.RESOURCE_ID. |
ISAction |
setSigma(String value)
Setter for
DB_ETERNAL.S_ACTION.SIGMA. |
ISAction |
setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_ACTION.UPDATED_AT. |
ISAction |
setUpdatedBy(String value)
Setter for
DB_ETERNAL.S_ACTION.UPDATED_BY. |
ISAction |
setUri(String value)
Setter for
DB_ETERNAL.S_ACTION.URI. |
default io.vertx.core.json.JsonObject |
toJson() |
String getKey()
DB_ETERNAL.S_ACTION.KEY. 「key」- 操作IDString getName()
DB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称String getCode()
DB_ETERNAL.S_ACTION.CODE. 「code」- 操作码ISAction setResourceId(String value)
DB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源IDString getResourceId()
DB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源IDISAction setPermissionId(String value)
DB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限String getPermissionId()
DB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限ISAction setLevel(Integer value)
DB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制Integer getLevel()
DB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制String getUri()
DB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址String getMethod()
DB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法String getSigma()
DB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识ISAction setRenewalCredit(String value)
DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证String getRenewalCredit()
DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证ISAction setLanguage(String value)
DB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言String getLanguage()
DB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言Boolean getActive()
DB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用ISAction setMetadata(String value)
DB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据String getMetadata()
DB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据String getComment()
DB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明ISAction setCreatedAt(LocalDateTime value)
DB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间LocalDateTime getCreatedAt()
DB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间ISAction setCreatedBy(String value)
DB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人String getCreatedBy()
DB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人ISAction setUpdatedAt(LocalDateTime value)
DB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间LocalDateTime getUpdatedAt()
DB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间ISAction setUpdatedBy(String value)
DB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人String getUpdatedBy()
DB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人void from(ISAction from)
<E extends ISAction> E into(E into)
default ISAction fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2020. All rights reserved.