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 Details

    • setKey

      ISAction setKey(String value)
      Setter for DB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID
    • getKey

      String getKey()
      Getter for DB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID
    • setName

      ISAction setName(String value)
      Setter for DB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称
    • getName

      String getName()
      Getter for DB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称
    • setCode

      ISAction setCode(String value)
      Setter for DB_ETERNAL.S_ACTION.CODE. 「code」- 操作码
    • getCode

      String getCode()
      Getter for DB_ETERNAL.S_ACTION.CODE. 「code」- 操作码
    • setResourceId

      ISAction setResourceId(String value)
      Setter for DB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID
    • getResourceId

      String getResourceId()
      Getter for DB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID
    • setPermissionId

      ISAction setPermissionId(String value)
      Setter for DB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限
    • getPermissionId

      String getPermissionId()
      Getter for DB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限
    • setLevel

      ISAction setLevel(Integer value)
      Setter for DB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
    • getLevel

      Integer getLevel()
      Getter for DB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
    • setUri

      ISAction setUri(String value)
      Setter for DB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址
    • getUri

      String getUri()
      Getter for DB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址
    • setMethod

      ISAction setMethod(String value)
      Setter for DB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法
    • getMethod

      String getMethod()
      Getter for DB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法
    • setSigma

      ISAction setSigma(String value)
      Setter for DB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识
    • getSigma

      String getSigma()
      Getter for DB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识
    • setRenewalCredit

      ISAction setRenewalCredit(String value)
      Setter for DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证
    • getRenewalCredit

      String getRenewalCredit()
      Getter for DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证
    • setLanguage

      ISAction setLanguage(String value)
      Setter for DB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言
    • getLanguage

      String getLanguage()
      Getter for DB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言
    • setActive

      ISAction setActive(Boolean value)
      Setter for DB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用
    • getActive

      Boolean getActive()
      Getter for DB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用
    • setMetadata

      ISAction setMetadata(String value)
      Setter for DB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据
    • getMetadata

      String getMetadata()
      Getter for DB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据
    • setComment

      ISAction setComment(String value)
      Setter for DB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明
    • getComment

      String getComment()
      Getter for DB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明
    • setCreatedAt

      ISAction setCreatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间
    • getCreatedAt

      LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间
    • setCreatedBy

      ISAction setCreatedBy(String value)
      Setter for DB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人
    • getCreatedBy

      String getCreatedBy()
      Getter for DB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人
    • setUpdatedAt

      ISAction setUpdatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间
    • getUpdatedAt

      LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间
    • setUpdatedBy

      ISAction setUpdatedBy(String value)
      Setter for DB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人
    • getUpdatedBy

      String getUpdatedBy()
      Getter for DB_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:
      fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    • toJson

      default io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo