java.lang.Object
cn.vertxup.graphic.domain.tables.pojos.GNode
All Implemented Interfaces:
IGNode, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.G_NODE.KEY. 「key」- 节点ID
      Specified by:
      getKey in interface IGNode
    • setKey

      public GNode setKey(String key)
      Setter for DB_ETERNAL.G_NODE.KEY. 「key」- 节点ID
      Specified by:
      setKey in interface IGNode
    • getName

      public String getName()
      Getter for DB_ETERNAL.G_NODE.NAME. 「name」- 节点呈现名称
      Specified by:
      getName in interface IGNode
    • setName

      public GNode setName(String name)
      Setter for DB_ETERNAL.G_NODE.NAME. 「name」- 节点呈现名称
      Specified by:
      setName in interface IGNode
    • getX

      public BigDecimal getX()
      Getter for DB_ETERNAL.G_NODE.X. 「x」- 当前节点在图上的x坐标
      Specified by:
      getX in interface IGNode
    • setX

      public GNode setX(BigDecimal x)
      Setter for DB_ETERNAL.G_NODE.X. 「x」- 当前节点在图上的x坐标
      Specified by:
      setX in interface IGNode
    • getY

      public BigDecimal getY()
      Getter for DB_ETERNAL.G_NODE.Y. 「y」- 当前节点在图上的y坐标
      Specified by:
      getY in interface IGNode
    • setY

      public GNode setY(BigDecimal y)
      Setter for DB_ETERNAL.G_NODE.Y. 「y」- 当前节点在图上的y坐标
      Specified by:
      setY in interface IGNode
    • getUi

      public String getUi()
      Getter for DB_ETERNAL.G_NODE.UI. 「ui」- ui配置专用
      Specified by:
      getUi in interface IGNode
    • setUi

      public GNode setUi(String ui)
      Setter for DB_ETERNAL.G_NODE.UI. 「ui」- ui配置专用
      Specified by:
      setUi in interface IGNode
    • getGraphicId

      public String getGraphicId()
      Getter for DB_ETERNAL.G_NODE.GRAPHIC_ID. 「graphicId」- 它所关联的图实例ID
      Specified by:
      getGraphicId in interface IGNode
    • setGraphicId

      public GNode setGraphicId(String graphicId)
      Setter for DB_ETERNAL.G_NODE.GRAPHIC_ID. 「graphicId」- 它所关联的图实例ID
      Specified by:
      setGraphicId in interface IGNode
    • getRecordData

      public String getRecordData()
      Getter for DB_ETERNAL.G_NODE.RECORD_DATA. 「recordData」- 该节点存储的数据信息
      Specified by:
      getRecordData in interface IGNode
    • setRecordData

      public GNode setRecordData(String recordData)
      Setter for DB_ETERNAL.G_NODE.RECORD_DATA. 「recordData」- 该节点存储的数据信息
      Specified by:
      setRecordData in interface IGNode
    • getRecordKey

      public String getRecordKey()
      Getter for DB_ETERNAL.G_NODE.RECORD_KEY. 「recordKey」- 记录主键
      Specified by:
      getRecordKey in interface IGNode
    • setRecordKey

      public GNode setRecordKey(String recordKey)
      Setter for DB_ETERNAL.G_NODE.RECORD_KEY. 「recordKey」- 记录主键
      Specified by:
      setRecordKey in interface IGNode
    • getRecordComponent

      public String getRecordComponent()
      Getter for DB_ETERNAL.G_NODE.RECORD_COMPONENT. 「recordComponent」- 记录处理组件
      Specified by:
      getRecordComponent in interface IGNode
    • setRecordComponent

      public GNode setRecordComponent(String recordComponent)
      Setter for DB_ETERNAL.G_NODE.RECORD_COMPONENT. 「recordComponent」- 记录处理组件
      Specified by:
      setRecordComponent in interface IGNode
    • getRecordClass

      public String getRecordClass()
      Getter for DB_ETERNAL.G_NODE.RECORD_CLASS. 「recordClass」- 记录绑定Pojo类型
      Specified by:
      getRecordClass in interface IGNode
    • setRecordClass

      public GNode setRecordClass(String recordClass)
      Setter for DB_ETERNAL.G_NODE.RECORD_CLASS. 「recordClass」- 记录绑定Pojo类型
      Specified by:
      setRecordClass in interface IGNode
    • getSigma

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

      public GNode setSigma(String sigma)
      Setter for DB_ETERNAL.G_NODE.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface IGNode
    • getLanguage

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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