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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录ID
      Specified by:
      getKey in interface ISView
    • setKey

      public SView setKey(String key)
      Setter for DB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录ID
      Specified by:
      setKey in interface ISView
    • getName

      public String getName()
      Getter for DB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
      Specified by:
      getName in interface ISView
    • setName

      public SView setName(String name)
      Setter for DB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
      Specified by:
      setName in interface ISView
    • getTitle

      public String getTitle()
      Getter for DB_ETERNAL.S_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择
      Specified by:
      getTitle in interface ISView
    • setTitle

      public SView setTitle(String title)
      Setter for DB_ETERNAL.S_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择
      Specified by:
      setTitle in interface ISView
    • getOwner

      public String getOwner()
      Getter for DB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID
      Specified by:
      getOwner in interface ISView
    • setOwner

      public SView setOwner(String owner)
      Setter for DB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID
      Specified by:
      setOwner in interface ISView
    • getOwnerType

      public String getOwnerType()
      Getter for DB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
      Specified by:
      getOwnerType in interface ISView
    • setOwnerType

      public SView setOwnerType(String ownerType)
      Setter for DB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
      Specified by:
      setOwnerType in interface ISView
    • getResourceId

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

      public SView setResourceId(String resourceId)
      Setter for DB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源ID
      Specified by:
      setResourceId in interface ISView
    • getProjection

      public String getProjection()
      Getter for DB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)
      Specified by:
      getProjection in interface ISView
    • setProjection

      public SView setProjection(String projection)
      Setter for DB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)
      Specified by:
      setProjection in interface ISView
    • getCriteria

      public String getCriteria()
      Getter for DB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)
      Specified by:
      getCriteria in interface ISView
    • setCriteria

      public SView setCriteria(String criteria)
      Setter for DB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)
      Specified by:
      setCriteria in interface ISView
    • getRows

      public String getRows()
      Getter for DB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
      Specified by:
      getRows in interface ISView
    • setRows

      public SView setRows(String rows)
      Setter for DB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
      Specified by:
      setRows in interface ISView
    • getPosition

      public String getPosition()
      Getter for DB_ETERNAL.S_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度
      Specified by:
      getPosition in interface ISView
    • setPosition

      public SView setPosition(String position)
      Setter for DB_ETERNAL.S_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度
      Specified by:
      setPosition in interface ISView
    • getVisitant

      public Boolean getVisitant()
      Getter for DB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者
      Specified by:
      getVisitant in interface ISView
    • setVisitant

      public SView setVisitant(Boolean visitant)
      Setter for DB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者
      Specified by:
      setVisitant in interface ISView
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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