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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.G_EDGE.KEY. 「key」- 拓扑图边的ID
      Specified by:
      getKey in interface IGEdge
    • setKey

      public GEdge setKey(String key)
      Setter for DB_ETERNAL.G_EDGE.KEY. 「key」- 拓扑图边的ID
      Specified by:
      setKey in interface IGEdge
    • getName

      public String getName()
      Getter for DB_ETERNAL.G_EDGE.NAME. 「name」- 边的名称
      Specified by:
      getName in interface IGEdge
    • setName

      public GEdge setName(String name)
      Setter for DB_ETERNAL.G_EDGE.NAME. 「name」- 边的名称
      Specified by:
      setName in interface IGEdge
    • getType

      public String getType()
      Getter for DB_ETERNAL.G_EDGE.TYPE. 「type」- 拓扑图边的类型,描述关系本质
      Specified by:
      getType in interface IGEdge
    • setType

      public GEdge setType(String type)
      Setter for DB_ETERNAL.G_EDGE.TYPE. 「type」- 拓扑图边的类型,描述关系本质
      Specified by:
      setType in interface IGEdge
    • getSourceKey

      public String getSourceKey()
      Getter for DB_ETERNAL.G_EDGE.SOURCE_KEY. 「sourceKey」- 拓扑图开始节点
      Specified by:
      getSourceKey in interface IGEdge
    • setSourceKey

      public GEdge setSourceKey(String sourceKey)
      Setter for DB_ETERNAL.G_EDGE.SOURCE_KEY. 「sourceKey」- 拓扑图开始节点
      Specified by:
      setSourceKey in interface IGEdge
    • getTargetKey

      public String getTargetKey()
      Getter for DB_ETERNAL.G_EDGE.TARGET_KEY. 「targetKey」- 拓扑图结束节点
      Specified by:
      getTargetKey in interface IGEdge
    • setTargetKey

      public GEdge setTargetKey(String targetKey)
      Setter for DB_ETERNAL.G_EDGE.TARGET_KEY. 「targetKey」- 拓扑图结束节点
      Specified by:
      setTargetKey in interface IGEdge
    • getGraphicId

      public String getGraphicId()
      Getter for DB_ETERNAL.G_EDGE.GRAPHIC_ID. 「graphicId」- 当前关联拓扑图ID
      Specified by:
      getGraphicId in interface IGEdge
    • setGraphicId

      public GEdge setGraphicId(String graphicId)
      Setter for DB_ETERNAL.G_EDGE.GRAPHIC_ID. 「graphicId」- 当前关联拓扑图ID
      Specified by:
      setGraphicId in interface IGEdge
    • getUi

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

      public GEdge setUi(String ui)
      Setter for DB_ETERNAL.G_EDGE.UI. 「ui」- ui配置专用
      Specified by:
      setUi in interface IGEdge
    • getRecordKey

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

      public GEdge setRecordKey(String recordKey)
      Setter for DB_ETERNAL.G_EDGE.RECORD_KEY. 「recordKey」- 记录主键
      Specified by:
      setRecordKey in interface IGEdge
    • getRecordData

      public String getRecordData()
      Getter for DB_ETERNAL.G_EDGE.RECORD_DATA. 「recordData」- 组中存储的数据信息
      Specified by:
      getRecordData in interface IGEdge
    • setRecordData

      public GEdge setRecordData(String recordData)
      Setter for DB_ETERNAL.G_EDGE.RECORD_DATA. 「recordData」- 组中存储的数据信息
      Specified by:
      setRecordData in interface IGEdge
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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