java.lang.Object
cn.vertxup.rbac.domain.tables.pojos.SRole
All Implemented Interfaces:
ISRole, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

public class SRole extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ISRole
This class is generated by jOOQ.
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.S_ROLE.KEY. 「key」- 角色ID
      Specified by:
      getKey in interface ISRole
    • setKey

      public SRole setKey(String key)
      Setter for DB_ETERNAL.S_ROLE.KEY. 「key」- 角色ID
      Specified by:
      setKey in interface ISRole
    • getName

      public String getName()
      Getter for DB_ETERNAL.S_ROLE.NAME. 「name」- 角色名称
      Specified by:
      getName in interface ISRole
    • setName

      public SRole setName(String name)
      Setter for DB_ETERNAL.S_ROLE.NAME. 「name」- 角色名称
      Specified by:
      setName in interface ISRole
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.S_ROLE.CODE. 「code」- 角色系统名
      Specified by:
      getCode in interface ISRole
    • setCode

      public SRole setCode(String code)
      Setter for DB_ETERNAL.S_ROLE.CODE. 「code」- 角色系统名
      Specified by:
      setCode in interface ISRole
    • getPower

      public Boolean getPower()
      Getter for DB_ETERNAL.S_ROLE.POWER. 「power」- 是否具有定制权限?
      Specified by:
      getPower in interface ISRole
    • setPower

      public SRole setPower(Boolean power)
      Setter for DB_ETERNAL.S_ROLE.POWER. 「power」- 是否具有定制权限?
      Specified by:
      setPower in interface ISRole
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.S_ROLE.COMMENT. 「comment」- 角色备注信息
      Specified by:
      getComment in interface ISRole
    • setComment

      public SRole setComment(String comment)
      Setter for DB_ETERNAL.S_ROLE.COMMENT. 「comment」- 角色备注信息
      Specified by:
      setComment in interface ISRole
    • getModelId

      public String getModelId()
      Getter for DB_ETERNAL.S_ROLE.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
      Specified by:
      getModelId in interface ISRole
    • setModelId

      public SRole setModelId(String modelId)
      Setter for DB_ETERNAL.S_ROLE.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
      Specified by:
      setModelId in interface ISRole
    • getModelKey

      public String getModelKey()
      Getter for DB_ETERNAL.S_ROLE.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      getModelKey in interface ISRole
    • setModelKey

      public SRole setModelKey(String modelKey)
      Setter for DB_ETERNAL.S_ROLE.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      setModelKey in interface ISRole
    • getCategory

      public String getCategory()
      Getter for DB_ETERNAL.S_ROLE.CATEGORY. 「category」- 组类型
      Specified by:
      getCategory in interface ISRole
    • setCategory

      public SRole setCategory(String category)
      Setter for DB_ETERNAL.S_ROLE.CATEGORY. 「category」- 组类型
      Specified by:
      setCategory in interface ISRole
    • getSigma

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

      public SRole setSigma(String sigma)
      Setter for DB_ETERNAL.S_ROLE.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface ISRole
    • getLanguage

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

      public SRole setLanguage(String language)
      Setter for DB_ETERNAL.S_ROLE.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface ISRole
    • getActive

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

      public SRole setActive(Boolean active)
      Setter for DB_ETERNAL.S_ROLE.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface ISRole
    • getMetadata

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

      public SRole setMetadata(String metadata)
      Setter for DB_ETERNAL.S_ROLE.METADATA. 「metadata」- 附加配置数据
      Specified by:
      setMetadata in interface ISRole
    • getCreatedAt

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

      public SRole setCreatedAt(LocalDateTime createdAt)
      Setter for DB_ETERNAL.S_ROLE.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      setCreatedAt in interface ISRole
    • getCreatedBy

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

      public SRole setCreatedBy(String createdBy)
      Setter for DB_ETERNAL.S_ROLE.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      setCreatedBy in interface ISRole
    • getUpdatedAt

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

      public SRole setUpdatedAt(LocalDateTime updatedAt)
      Setter for DB_ETERNAL.S_ROLE.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      setUpdatedAt in interface ISRole
    • getUpdatedBy

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

      public SRole setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.S_ROLE.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface ISRole
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • from

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

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