Class MRelation

java.lang.Object
cn.vertxup.atom.domain.tables.pojos.MRelation
All Implemented Interfaces:
IMRelation, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键
      Specified by:
      getKey in interface IMRelation
    • setKey

      public MRelation setKey(String key)
      Setter for DB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键
      Specified by:
      setKey in interface IMRelation
    • getType

      public String getType()
      Getter for DB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典)
      Specified by:
      getType in interface IMRelation
    • setType

      public MRelation setType(String type)
      Setter for DB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典)
      Specified by:
      setType in interface IMRelation
    • getUpstream

      public String getUpstream()
      Getter for DB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级
      Specified by:
      getUpstream in interface IMRelation
    • setUpstream

      public MRelation setUpstream(String upstream)
      Setter for DB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级
      Specified by:
      setUpstream in interface IMRelation
    • getDownstream

      public String getDownstream()
      Getter for DB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级
      Specified by:
      getDownstream in interface IMRelation
    • setDownstream

      public MRelation setDownstream(String downstream)
      Setter for DB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级
      Specified by:
      setDownstream in interface IMRelation
    • getComments

      public String getComments()
      Getter for DB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息
      Specified by:
      getComments in interface IMRelation
    • setComments

      public MRelation setComments(String comments)
      Setter for DB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息
      Specified by:
      setComments in interface IMRelation
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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