Class SAction

  • All Implemented Interfaces:
    ISAction, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class SAction
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ISAction
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID
        Specified by:
        getKey in interface ISAction
      • setKey

        public SAction setKey​(String key)
        Setter for DB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID
        Specified by:
        setKey in interface ISAction
      • getName

        public String getName()
        Getter for DB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称
        Specified by:
        getName in interface ISAction
      • setName

        public SAction setName​(String name)
        Setter for DB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称
        Specified by:
        setName in interface ISAction
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.S_ACTION.CODE. 「code」- 操作码
        Specified by:
        getCode in interface ISAction
      • setCode

        public SAction setCode​(String code)
        Setter for DB_ETERNAL.S_ACTION.CODE. 「code」- 操作码
        Specified by:
        setCode in interface ISAction
      • getResourceId

        public String getResourceId()
        Getter for DB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID
        Specified by:
        getResourceId in interface ISAction
      • setResourceId

        public SAction setResourceId​(String resourceId)
        Setter for DB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID
        Specified by:
        setResourceId in interface ISAction
      • getPermissionId

        public String getPermissionId()
        Getter for DB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限
        Specified by:
        getPermissionId in interface ISAction
      • setPermissionId

        public SAction setPermissionId​(String permissionId)
        Setter for DB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限
        Specified by:
        setPermissionId in interface ISAction
      • getLevel

        public Integer getLevel()
        Getter for DB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
        Specified by:
        getLevel in interface ISAction
      • setLevel

        public SAction setLevel​(Integer level)
        Setter for DB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
        Specified by:
        setLevel in interface ISAction
      • getUri

        public String getUri()
        Getter for DB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址
        Specified by:
        getUri in interface ISAction
      • setUri

        public SAction setUri​(String uri)
        Setter for DB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址
        Specified by:
        setUri in interface ISAction
      • getMethod

        public String getMethod()
        Getter for DB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法
        Specified by:
        getMethod in interface ISAction
      • setMethod

        public SAction setMethod​(String method)
        Setter for DB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法
        Specified by:
        setMethod in interface ISAction
      • getSigma

        public String getSigma()
        Getter for DB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识
        Specified by:
        getSigma in interface ISAction
      • setSigma

        public SAction setSigma​(String sigma)
        Setter for DB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface ISAction
      • getRenewalCredit

        public String getRenewalCredit()
        Getter for DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证
        Specified by:
        getRenewalCredit in interface ISAction
      • setRenewalCredit

        public SAction setRenewalCredit​(String renewalCredit)
        Setter for DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证
        Specified by:
        setRenewalCredit in interface ISAction
      • getLanguage

        public String getLanguage()
        Getter for DB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言
        Specified by:
        getLanguage in interface ISAction
      • setLanguage

        public SAction setLanguage​(String language)
        Setter for DB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface ISAction
      • getActive

        public Boolean getActive()
        Getter for DB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用
        Specified by:
        getActive in interface ISAction
      • setActive

        public SAction setActive​(Boolean active)
        Setter for DB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface ISAction
      • getMetadata

        public String getMetadata()
        Getter for DB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据
        Specified by:
        getMetadata in interface ISAction
      • setMetadata

        public SAction setMetadata​(String metadata)
        Setter for DB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据
        Specified by:
        setMetadata in interface ISAction
      • getComment

        public String getComment()
        Getter for DB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明
        Specified by:
        getComment in interface ISAction
      • setComment

        public SAction setComment​(String comment)
        Setter for DB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明
        Specified by:
        setComment in interface ISAction
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        getCreatedAt in interface ISAction
      • getCreatedBy

        public String getCreatedBy()
        Getter for DB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface ISAction
      • setCreatedBy

        public SAction setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface ISAction
      • getUpdatedAt

        public LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        getUpdatedAt in interface ISAction
      • getUpdatedBy

        public String getUpdatedBy()
        Getter for DB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        getUpdatedBy in interface ISAction
      • setUpdatedBy

        public SAction setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface ISAction
      • from

        public void from​(ISAction from)
        Description copied from interface: ISAction
        Load data from another generated Record/POJO implementing the common interface ISAction
        Specified by:
        from in interface ISAction
      • into

        public <E extends ISAction> E into​(E into)
        Description copied from interface: ISAction
        Copy data into another generated Record/POJO implementing the common interface ISAction
        Specified by:
        into in interface ISAction