Class SPermission

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.S_PERMISSION.KEY. 「key」- 权限ID
      Specified by:
      getKey in interface ISPermission
    • setKey

      public SPermission setKey(String key)
      Setter for DB_ETERNAL.S_PERMISSION.KEY. 「key」- 权限ID
      Specified by:
      setKey in interface ISPermission
    • getName

      public String getName()
      Getter for DB_ETERNAL.S_PERMISSION.NAME. 「name」- 权限名称
      Specified by:
      getName in interface ISPermission
    • setName

      public SPermission setName(String name)
      Setter for DB_ETERNAL.S_PERMISSION.NAME. 「name」- 权限名称
      Specified by:
      setName in interface ISPermission
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.S_PERMISSION.CODE. 「code」- 权限系统码
      Specified by:
      getCode in interface ISPermission
    • setCode

      public SPermission setCode(String code)
      Setter for DB_ETERNAL.S_PERMISSION.CODE. 「code」- 权限系统码
      Specified by:
      setCode in interface ISPermission
    • getIdentifier

      public String getIdentifier()
      Getter for DB_ETERNAL.S_PERMISSION.IDENTIFIER. 「identifier」- 当前权限所属的Model的标识
      Specified by:
      getIdentifier in interface ISPermission
    • setIdentifier

      public SPermission setIdentifier(String identifier)
      Setter for DB_ETERNAL.S_PERMISSION.IDENTIFIER. 「identifier」- 当前权限所属的Model的标识
      Specified by:
      setIdentifier in interface ISPermission
    • getSigma

      public String getSigma()
      Getter for DB_ETERNAL.S_PERMISSION.SIGMA. 「sigma」- 绑定的统一标识
      Specified by:
      getSigma in interface ISPermission
    • setSigma

      public SPermission setSigma(String sigma)
      Setter for DB_ETERNAL.S_PERMISSION.SIGMA. 「sigma」- 绑定的统一标识
      Specified by:
      setSigma in interface ISPermission
    • getLanguage

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

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

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

      public SPermission setActive(Boolean active)
      Setter for DB_ETERNAL.S_PERMISSION.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface ISPermission
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.S_PERMISSION.COMMENT. 「comment」- 权限说明
      Specified by:
      getComment in interface ISPermission
    • setComment

      public SPermission setComment(String comment)
      Setter for DB_ETERNAL.S_PERMISSION.COMMENT. 「comment」- 权限说明
      Specified by:
      setComment in interface ISPermission
    • getMetadata

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

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

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

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

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

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

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

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

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

      public SPermission setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.S_PERMISSION.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface ISPermission
    • 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(ISPermission from)
      Description copied from interface: ISPermission
      Load data from another generated Record/POJO implementing the common interface ISPermission
      Specified by:
      from in interface ISPermission
    • into

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