Class GGraphic

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

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

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.G_GRAPHIC.KEY. 「key」- 图ID
        Specified by:
        getKey in interface IGGraphic
      • setKey

        public GGraphic setKey​(String key)
        Setter for DB_ETERNAL.G_GRAPHIC.KEY. 「key」- 图ID
        Specified by:
        setKey in interface IGGraphic
      • getName

        public String getName()
        Getter for DB_ETERNAL.G_GRAPHIC.NAME. 「name」- 图名称
        Specified by:
        getName in interface IGGraphic
      • setName

        public GGraphic setName​(String name)
        Setter for DB_ETERNAL.G_GRAPHIC.NAME. 「name」- 图名称
        Specified by:
        setName in interface IGGraphic
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.G_GRAPHIC.CODE. 「code」- neo4j 中的图的 label,符合 neo4j的图ID规范(使用一定命名规则)
        Specified by:
        getCode in interface IGGraphic
      • setCode

        public GGraphic setCode​(String code)
        Setter for DB_ETERNAL.G_GRAPHIC.CODE. 「code」- neo4j 中的图的 label,符合 neo4j的图ID规范(使用一定命名规则)
        Specified by:
        setCode in interface IGGraphic
      • getMode

        public String getMode()
        Getter for DB_ETERNAL.G_GRAPHIC.MODE. 「mode」- 图模型 FLOW / TOPOLOGY / MIND / TREE
        Specified by:
        getMode in interface IGGraphic
      • setMode

        public GGraphic setMode​(String mode)
        Setter for DB_ETERNAL.G_GRAPHIC.MODE. 「mode」- 图模型 FLOW / TOPOLOGY / MIND / TREE
        Specified by:
        setMode in interface IGGraphic
      • getType

        public String getType()
        Getter for DB_ETERNAL.G_GRAPHIC.TYPE. 「type」- 图类型 CIRCLE / DEFINE / INSTANCE 圈子、定义、实例,可扩展 tabular
        Specified by:
        getType in interface IGGraphic
      • setType

        public GGraphic setType​(String type)
        Setter for DB_ETERNAL.G_GRAPHIC.TYPE. 「type」- 图类型 CIRCLE / DEFINE / INSTANCE 圈子、定义、实例,可扩展 tabular
        Specified by:
        setType in interface IGGraphic
      • getComments

        public String getComments()
        Getter for DB_ETERNAL.G_GRAPHIC.COMMENTS. 「comments」- 图备注信息
        Specified by:
        getComments in interface IGGraphic
      • setComments

        public GGraphic setComments​(String comments)
        Setter for DB_ETERNAL.G_GRAPHIC.COMMENTS. 「comments」- 图备注信息
        Specified by:
        setComments in interface IGGraphic
      • getOwnerId

        public String getOwnerId()
        Getter for DB_ETERNAL.G_GRAPHIC.OWNER_ID. 「ownerId」- 图的拥有者,可管理该图信息的人员ID
        Specified by:
        getOwnerId in interface IGGraphic
      • setOwnerId

        public GGraphic setOwnerId​(String ownerId)
        Setter for DB_ETERNAL.G_GRAPHIC.OWNER_ID. 「ownerId」- 图的拥有者,可管理该图信息的人员ID
        Specified by:
        setOwnerId in interface IGGraphic
      • getUi

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

        public GGraphic setUi​(String ui)
        Setter for DB_ETERNAL.G_GRAPHIC.UI. 「ui」- ui配置专用
        Specified by:
        setUi in interface IGGraphic
      • getGraphicId

        public String getGraphicId()
        Getter for DB_ETERNAL.G_GRAPHIC.GRAPHIC_ID. 「graphicId」- 父图ID(当前图是父图的子图,独立管理,创建时需要)
        Specified by:
        getGraphicId in interface IGGraphic
      • setGraphicId

        public GGraphic setGraphicId​(String graphicId)
        Setter for DB_ETERNAL.G_GRAPHIC.GRAPHIC_ID. 「graphicId」- 父图ID(当前图是父图的子图,独立管理,创建时需要)
        Specified by:
        setGraphicId in interface IGGraphic
      • getMaster

        public Boolean getMaster()
        Getter for DB_ETERNAL.G_GRAPHIC.MASTER. 「master」- 主图(不可删除、父ID为NULL、模块级唯一)
        Specified by:
        getMaster in interface IGGraphic
      • setMaster

        public GGraphic setMaster​(Boolean master)
        Setter for DB_ETERNAL.G_GRAPHIC.MASTER. 「master」- 主图(不可删除、父ID为NULL、模块级唯一)
        Specified by:
        setMaster in interface IGGraphic
      • getModelId

        public String getModelId()
        Getter for DB_ETERNAL.G_GRAPHIC.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
        Specified by:
        getModelId in interface IGGraphic
      • setModelId

        public GGraphic setModelId​(String modelId)
        Setter for DB_ETERNAL.G_GRAPHIC.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
        Specified by:
        setModelId in interface IGGraphic
      • getModelKey

        public String getModelKey()
        Getter for DB_ETERNAL.G_GRAPHIC.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
        Specified by:
        getModelKey in interface IGGraphic
      • setModelKey

        public GGraphic setModelKey​(String modelKey)
        Setter for DB_ETERNAL.G_GRAPHIC.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
        Specified by:
        setModelKey in interface IGGraphic
      • getModelCategory

        public String getModelCategory()
        Getter for DB_ETERNAL.G_GRAPHIC.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点
        Specified by:
        getModelCategory in interface IGGraphic
      • setModelCategory

        public GGraphic setModelCategory​(String modelCategory)
        Setter for DB_ETERNAL.G_GRAPHIC.MODEL_CATEGORY. 「modelCategory」- 关联的category记录,只包含叶节点
        Specified by:
        setModelCategory in interface IGGraphic
      • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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