Interface IMRelation

  • All Superinterfaces:
    Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    All Known Implementing Classes:
    MRelation, MRelationRecord

    public interface IMRelation
    extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
    This class is generated by jOOQ.
    • Method Detail

      • setKey

        IMRelation setKey​(String value)
        Setter for DB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键
      • getKey

        String getKey()
        Getter for DB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键
      • setType

        IMRelation setType​(String value)
        Setter for DB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典)
      • getType

        String getType()
        Getter for DB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典)
      • setUpstream

        IMRelation setUpstream​(String value)
        Setter for DB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级
      • getUpstream

        String getUpstream()
        Getter for DB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级
      • setDownstream

        IMRelation setDownstream​(String value)
        Setter for DB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级
      • getDownstream

        String getDownstream()
        Getter for DB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级
      • setComments

        IMRelation setComments​(String value)
        Setter for DB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息
      • getComments

        String getComments()
        Getter for DB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息
      • setSigma

        IMRelation setSigma​(String value)
        Setter for DB_ETERNAL.M_RELATION.SIGMA. 「sigma」- 统一标识
      • getSigma

        String getSigma()
        Getter for DB_ETERNAL.M_RELATION.SIGMA. 「sigma」- 统一标识
      • setLanguage

        IMRelation setLanguage​(String value)
        Setter for DB_ETERNAL.M_RELATION.LANGUAGE. 「language」- 使用的语言
      • getLanguage

        String getLanguage()
        Getter for DB_ETERNAL.M_RELATION.LANGUAGE. 「language」- 使用的语言
      • setActive

        IMRelation setActive​(Boolean value)
        Setter for DB_ETERNAL.M_RELATION.ACTIVE. 「active」- 是否启用
      • getActive

        Boolean getActive()
        Getter for DB_ETERNAL.M_RELATION.ACTIVE. 「active」- 是否启用
      • setMetadata

        IMRelation setMetadata​(String value)
        Setter for DB_ETERNAL.M_RELATION.METADATA. 「metadata」- 附加配置数据
      • getMetadata

        String getMetadata()
        Getter for DB_ETERNAL.M_RELATION.METADATA. 「metadata」- 附加配置数据
      • setCreatedAt

        IMRelation setCreatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.M_RELATION.CREATED_AT. 「createdAt」- 创建时间
      • getCreatedAt

        LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.M_RELATION.CREATED_AT. 「createdAt」- 创建时间
      • setCreatedBy

        IMRelation setCreatedBy​(String value)
        Setter for DB_ETERNAL.M_RELATION.CREATED_BY. 「createdBy」- 创建人
      • getCreatedBy

        String getCreatedBy()
        Getter for DB_ETERNAL.M_RELATION.CREATED_BY. 「createdBy」- 创建人
      • setUpdatedAt

        IMRelation setUpdatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.M_RELATION.UPDATED_AT. 「updatedAt」- 更新时间
      • getUpdatedAt

        LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.M_RELATION.UPDATED_AT. 「updatedAt」- 更新时间
      • setUpdatedBy

        IMRelation setUpdatedBy​(String value)
        Setter for DB_ETERNAL.M_RELATION.UPDATED_BY. 「updatedBy」- 更新人
      • getUpdatedBy

        String getUpdatedBy()
        Getter for DB_ETERNAL.M_RELATION.UPDATED_BY. 「updatedBy」- 更新人
      • from

        void from​(IMRelation from)
        Load data from another generated Record/POJO implementing the common interface IMRelation
      • into

        <E extends IMRelation> E into​(E into)
        Copy data into another generated Record/POJO implementing the common interface IMRelation
      • fromJson

        default IMRelation fromJson​(io.vertx.core.json.JsonObject json)
        Specified by:
        fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
      • toJson

        default io.vertx.core.json.JsonObject toJson()
        Specified by:
        toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo