Class VFragment

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

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

    • VFragment

      public VFragment()
    • VFragment

      public VFragment(IVFragment value)
    • VFragment

      public VFragment(String key, String container, String notice, String buttonConnect, String buttonGroup, String modal, Integer grid, String config)
    • VFragment

      public VFragment(io.vertx.core.json.JsonObject json)
  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.V_FRAGMENT.KEY. 「key」- 选项主键
      Specified by:
      getKey in interface IVFragment
    • setKey

      public VFragment setKey(String key)
      Setter for DB_ETERNAL.V_FRAGMENT.KEY. 「key」- 选项主键
      Specified by:
      setKey in interface IVFragment
    • getContainer

      public String getContainer()
      Getter for DB_ETERNAL.V_FRAGMENT.CONTAINER. 「container」- 容器专用格式
      Specified by:
      getContainer in interface IVFragment
    • setContainer

      public VFragment setContainer(String container)
      Setter for DB_ETERNAL.V_FRAGMENT.CONTAINER. 「container」- 容器专用格式
      Specified by:
      setContainer in interface IVFragment
    • getNotice

      public String getNotice()
      Getter for DB_ETERNAL.V_FRAGMENT.NOTICE. 「notice」- notice选项,Alert结构
      Specified by:
      getNotice in interface IVFragment
    • setNotice

      public VFragment setNotice(String notice)
      Setter for DB_ETERNAL.V_FRAGMENT.NOTICE. 「notice」- notice选项,Alert结构
      Specified by:
      setNotice in interface IVFragment
    • getButtonConnect

      public String getButtonConnect()
      Getter for DB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT. 「buttonConnect」- 按钮的ID(单按钮)
      Specified by:
      getButtonConnect in interface IVFragment
    • setButtonConnect

      public VFragment setButtonConnect(String buttonConnect)
      Setter for DB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT. 「buttonConnect」- 按钮的ID(单按钮)
      Specified by:
      setButtonConnect in interface IVFragment
    • getButtonGroup

      public String getButtonGroup()
      Getter for DB_ETERNAL.V_FRAGMENT.BUTTON_GROUP. 「buttonGroup」- 一组按钮配置
      Specified by:
      getButtonGroup in interface IVFragment
    • setButtonGroup

      public VFragment setButtonGroup(String buttonGroup)
      Setter for DB_ETERNAL.V_FRAGMENT.BUTTON_GROUP. 「buttonGroup」- 一组按钮配置
      Specified by:
      setButtonGroup in interface IVFragment
    • getModal

      public String getModal()
      Getter for DB_ETERNAL.V_FRAGMENT.MODAL. 「modal」- modal选项,Model专用结构
      Specified by:
      getModal in interface IVFragment
    • setModal

      public VFragment setModal(String modal)
      Setter for DB_ETERNAL.V_FRAGMENT.MODAL. 「modal」- modal选项,Model专用结构
      Specified by:
      setModal in interface IVFragment
    • getGrid

      public Integer getGrid()
      Getter for DB_ETERNAL.V_FRAGMENT.GRID. 「grid」- grid选项(分区面板专用)
      Specified by:
      getGrid in interface IVFragment
    • setGrid

      public VFragment setGrid(Integer grid)
      Setter for DB_ETERNAL.V_FRAGMENT.GRID. 「grid」- grid选项(分区面板专用)
      Specified by:
      setGrid in interface IVFragment
    • getConfig

      public String getConfig()
      Getter for DB_ETERNAL.V_FRAGMENT.CONFIG. 「config」- 根目录开始的基本配置
      Specified by:
      getConfig in interface IVFragment
    • setConfig

      public VFragment setConfig(String config)
      Setter for DB_ETERNAL.V_FRAGMENT.CONFIG. 「config」- 根目录开始的基本配置
      Specified by:
      setConfig in interface IVFragment
    • 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(IVFragment from)
      Description copied from interface: IVFragment
      Load data from another generated Record/POJO implementing the common interface IVFragment
      Specified by:
      from in interface IVFragment
    • into

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