Class UiForm

java.lang.Object
cn.vertxup.ui.domain.tables.pojos.UiForm
All Implemented Interfaces:
IUiForm, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.UI_FORM.KEY. 「key」- 主键
      Specified by:
      getKey in interface IUiForm
    • setKey

      public UiForm setKey(String key)
      Setter for DB_ETERNAL.UI_FORM.KEY. 「key」- 主键
      Specified by:
      setKey in interface IUiForm
    • getName

      public String getName()
      Getter for DB_ETERNAL.UI_FORM.NAME. 「name」- 表单名称
      Specified by:
      getName in interface IUiForm
    • setName

      public UiForm setName(String name)
      Setter for DB_ETERNAL.UI_FORM.NAME. 「name」- 表单名称
      Specified by:
      setName in interface IUiForm
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.UI_FORM.CODE. 「code」- 表单系统编码
      Specified by:
      getCode in interface IUiForm
    • setCode

      public UiForm setCode(String code)
      Setter for DB_ETERNAL.UI_FORM.CODE. 「code」- 表单系统编码
      Specified by:
      setCode in interface IUiForm
    • getWindow

      public BigDecimal getWindow()
      Getter for DB_ETERNAL.UI_FORM.WINDOW. 「window」- window, Form对应的窗口配置
      Specified by:
      getWindow in interface IUiForm
    • setWindow

      public UiForm setWindow(BigDecimal window)
      Setter for DB_ETERNAL.UI_FORM.WINDOW. 「window」- window, Form对应的窗口配置
      Specified by:
      setWindow in interface IUiForm
    • getColumns

      public Integer getColumns()
      Getter for DB_ETERNAL.UI_FORM.COLUMNS. 「columns」- columns, Form对应的配置
      Specified by:
      getColumns in interface IUiForm
    • setColumns

      public UiForm setColumns(Integer columns)
      Setter for DB_ETERNAL.UI_FORM.COLUMNS. 「columns」- columns, Form对应的配置
      Specified by:
      setColumns in interface IUiForm
    • getHidden

      public String getHidden()
      Getter for DB_ETERNAL.UI_FORM.HIDDEN. 「hidden」- 隐藏字段专用配置
      Specified by:
      getHidden in interface IUiForm
    • setHidden

      public UiForm setHidden(String hidden)
      Setter for DB_ETERNAL.UI_FORM.HIDDEN. 「hidden」- 隐藏字段专用配置
      Specified by:
      setHidden in interface IUiForm
    • getRow

      public String getRow()
      Getter for DB_ETERNAL.UI_FORM.ROW. 「rowConfig/rowClass」- 行专用配置
      Specified by:
      getRow in interface IUiForm
    • setRow

      public UiForm setRow(String row)
      Setter for DB_ETERNAL.UI_FORM.ROW. 「rowConfig/rowClass」- 行专用配置
      Specified by:
      setRow in interface IUiForm
    • getIdentifier

      public String getIdentifier()
      Getter for DB_ETERNAL.UI_FORM.IDENTIFIER. 「identifier」- 表单所属的模型ID
      Specified by:
      getIdentifier in interface IUiForm
    • setIdentifier

      public UiForm setIdentifier(String identifier)
      Setter for DB_ETERNAL.UI_FORM.IDENTIFIER. 「identifier」- 表单所属的模型ID
      Specified by:
      setIdentifier in interface IUiForm
    • getActive

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

      public UiForm setActive(Boolean active)
      Setter for DB_ETERNAL.UI_FORM.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IUiForm
    • getSigma

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

      public UiForm setSigma(String sigma)
      Setter for DB_ETERNAL.UI_FORM.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface IUiForm
    • getMetadata

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

      public UiForm setMetadata(String metadata)
      Setter for DB_ETERNAL.UI_FORM.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface IUiForm
    • getLanguage

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

      public UiForm setLanguage(String language)
      Setter for DB_ETERNAL.UI_FORM.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IUiForm
    • getCreatedAt

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

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

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

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

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

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

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

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

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