Class SGroup

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.S_GROUP.KEY. 「key」- 组ID
      Specified by:
      getKey in interface ISGroup
    • setKey

      public SGroup setKey(String key)
      Setter for DB_ETERNAL.S_GROUP.KEY. 「key」- 组ID
      Specified by:
      setKey in interface ISGroup
    • getName

      public String getName()
      Getter for DB_ETERNAL.S_GROUP.NAME. 「name」- 组名称
      Specified by:
      getName in interface ISGroup
    • setName

      public SGroup setName(String name)
      Setter for DB_ETERNAL.S_GROUP.NAME. 「name」- 组名称
      Specified by:
      setName in interface ISGroup
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.S_GROUP.CODE. 「code」- 组系统码
      Specified by:
      getCode in interface ISGroup
    • setCode

      public SGroup setCode(String code)
      Setter for DB_ETERNAL.S_GROUP.CODE. 「code」- 组系统码
      Specified by:
      setCode in interface ISGroup
    • getParentId

      public String getParentId()
      Getter for DB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构)
      Specified by:
      getParentId in interface ISGroup
    • setParentId

      public SGroup setParentId(String parentId)
      Setter for DB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构)
      Specified by:
      setParentId in interface ISGroup
    • getModelId

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

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

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

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

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

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

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

      public SGroup setSigma(String sigma)
      Setter for DB_ETERNAL.S_GROUP.SIGMA. 「sigma」- 用户组绑定的统一标识
      Specified by:
      setSigma in interface ISGroup
    • getLanguage

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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