Class GCluster

  • All Implemented Interfaces:
    IGCluster, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class GCluster
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IGCluster
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.G_CLUSTER.KEY. 「key」- 组ID
        Specified by:
        getKey in interface IGCluster
      • setKey

        public GCluster setKey​(String key)
        Setter for DB_ETERNAL.G_CLUSTER.KEY. 「key」- 组ID
        Specified by:
        setKey in interface IGCluster
      • getName

        public String getName()
        Getter for DB_ETERNAL.G_CLUSTER.NAME. 「name」- 组呈现名称
        Specified by:
        getName in interface IGCluster
      • setName

        public GCluster setName​(String name)
        Setter for DB_ETERNAL.G_CLUSTER.NAME. 「name」- 组呈现名称
        Specified by:
        setName in interface IGCluster
      • getX

        public Integer getX()
        Getter for DB_ETERNAL.G_CLUSTER.X. 「x」- 当前组在图上的x坐标
        Specified by:
        getX in interface IGCluster
      • setX

        public GCluster setX​(Integer x)
        Setter for DB_ETERNAL.G_CLUSTER.X. 「x」- 当前组在图上的x坐标
        Specified by:
        setX in interface IGCluster
      • getY

        public Integer getY()
        Getter for DB_ETERNAL.G_CLUSTER.Y. 「y」- 当前组在图上的y坐标
        Specified by:
        getY in interface IGCluster
      • setY

        public GCluster setY​(Integer y)
        Setter for DB_ETERNAL.G_CLUSTER.Y. 「y」- 当前组在图上的y坐标
        Specified by:
        setY in interface IGCluster
      • getGraphicId

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

        public GCluster setGraphicId​(String graphicId)
        Setter for DB_ETERNAL.G_CLUSTER.GRAPHIC_ID. 「graphicId」- 它所关联的图实例ID
        Specified by:
        setGraphicId in interface IGCluster
      • getUi

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

        public GCluster setUi​(String ui)
        Setter for DB_ETERNAL.G_CLUSTER.UI. 「ui」- ui配置专用
        Specified by:
        setUi in interface IGCluster
      • getRecordKey

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

        public GCluster setRecordKey​(String recordKey)
        Setter for DB_ETERNAL.G_CLUSTER.RECORD_KEY. 「recordKey」- 记录主键
        Specified by:
        setRecordKey in interface IGCluster
      • getRecordData

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

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

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

        public GCluster setSigma​(String sigma)
        Setter for DB_ETERNAL.G_CLUSTER.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface IGCluster
      • getLanguage

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

        public GCluster setLanguage​(String language)
        Setter for DB_ETERNAL.G_CLUSTER.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface IGCluster
      • getActive

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

        public GCluster setActive​(Boolean active)
        Setter for DB_ETERNAL.G_CLUSTER.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface IGCluster
      • getMetadata

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

        public GCluster setMetadata​(String metadata)
        Setter for DB_ETERNAL.G_CLUSTER.METADATA. 「metadata」- 附加配置数据
        Specified by:
        setMetadata in interface IGCluster
      • getCreatedAt

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

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

        public GCluster setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.G_CLUSTER.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface IGCluster
      • getUpdatedAt

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

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

        public GCluster setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.G_CLUSTER.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface IGCluster
      • from

        public void from​(IGCluster from)
        Description copied from interface: IGCluster
        Load data from another generated Record/POJO implementing the common interface IGCluster
        Specified by:
        from in interface IGCluster
      • into

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