Class UiLayout

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.UI_LAYOUT.KEY. 「key」- Tpl模板唯一主键
      Specified by:
      getKey in interface IUiLayout
    • setKey

      public UiLayout setKey(String key)
      Setter for DB_ETERNAL.UI_LAYOUT.KEY. 「key」- Tpl模板唯一主键
      Specified by:
      setKey in interface IUiLayout
    • getName

      public String getName()
      Getter for DB_ETERNAL.UI_LAYOUT.NAME. 「name」- Tpl模板名称
      Specified by:
      getName in interface IUiLayout
    • setName

      public UiLayout setName(String name)
      Setter for DB_ETERNAL.UI_LAYOUT.NAME. 「name」- Tpl模板名称
      Specified by:
      setName in interface IUiLayout
    • getConfig

      public String getConfig()
      Getter for DB_ETERNAL.UI_LAYOUT.CONFIG. 「config」- 主配置
      Specified by:
      getConfig in interface IUiLayout
    • setConfig

      public UiLayout setConfig(String config)
      Setter for DB_ETERNAL.UI_LAYOUT.CONFIG. 「config」- 主配置
      Specified by:
      setConfig in interface IUiLayout
    • getActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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