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 Summary
ConstructorsConstructorDescriptionMRelation(IMRelation value) MRelation(io.vertx.core.json.JsonObject json) MRelation(String key, String type, String upstream, String downstream, String comments, String sigma, String language, Boolean active, String metadata, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(IMRelation from) Load data from another generated Record/POJO implementing the common interface IMRelationGetter forDB_ETERNAL.M_RELATION.ACTIVE.Getter forDB_ETERNAL.M_RELATION.COMMENTS.Getter forDB_ETERNAL.M_RELATION.CREATED_AT.Getter forDB_ETERNAL.M_RELATION.CREATED_BY.Getter forDB_ETERNAL.M_RELATION.DOWNSTREAM.getKey()Getter forDB_ETERNAL.M_RELATION.KEY.Getter forDB_ETERNAL.M_RELATION.LANGUAGE.Getter forDB_ETERNAL.M_RELATION.METADATA.getSigma()Getter forDB_ETERNAL.M_RELATION.SIGMA.getType()Getter forDB_ETERNAL.M_RELATION.TYPE.Getter forDB_ETERNAL.M_RELATION.UPDATED_AT.Getter forDB_ETERNAL.M_RELATION.UPDATED_BY.Getter forDB_ETERNAL.M_RELATION.UPSTREAM.inthashCode()<E extends IMRelation>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IMRelationSetter forDB_ETERNAL.M_RELATION.ACTIVE.setComments(String comments) Setter forDB_ETERNAL.M_RELATION.COMMENTS.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.M_RELATION.CREATED_AT.setCreatedBy(String createdBy) Setter forDB_ETERNAL.M_RELATION.CREATED_BY.setDownstream(String downstream) Setter forDB_ETERNAL.M_RELATION.DOWNSTREAM.Setter forDB_ETERNAL.M_RELATION.KEY.setLanguage(String language) Setter forDB_ETERNAL.M_RELATION.LANGUAGE.setMetadata(String metadata) Setter forDB_ETERNAL.M_RELATION.METADATA.Setter forDB_ETERNAL.M_RELATION.SIGMA.Setter forDB_ETERNAL.M_RELATION.TYPE.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.M_RELATION.UPDATED_AT.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.M_RELATION.UPDATED_BY.setUpstream(String upstream) Setter forDB_ETERNAL.M_RELATION.UPSTREAM.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
fromJson, toJson
-
Constructor Details
-
MRelation
public MRelation() -
MRelation
-
MRelation
-
MRelation
public MRelation(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键- Specified by:
getKeyin interfaceIMRelation
-
setKey
Setter forDB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键- Specified by:
setKeyin interfaceIMRelation
-
getType
Getter forDB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典)- Specified by:
getTypein interfaceIMRelation
-
setType
Setter forDB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典)- Specified by:
setTypein interfaceIMRelation
-
getUpstream
Getter forDB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级- Specified by:
getUpstreamin interfaceIMRelation
-
setUpstream
Setter forDB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级- Specified by:
setUpstreamin interfaceIMRelation
-
getDownstream
Getter forDB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级- Specified by:
getDownstreamin interfaceIMRelation
-
setDownstream
Setter forDB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级- Specified by:
setDownstreamin interfaceIMRelation
-
getComments
Getter forDB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息- Specified by:
getCommentsin interfaceIMRelation
-
setComments
Setter forDB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息- Specified by:
setCommentsin interfaceIMRelation
-
getSigma
Getter forDB_ETERNAL.M_RELATION.SIGMA. 「sigma」- 统一标识- Specified by:
getSigmain interfaceIMRelation
-
setSigma
Setter forDB_ETERNAL.M_RELATION.SIGMA. 「sigma」- 统一标识- Specified by:
setSigmain interfaceIMRelation
-
getLanguage
Getter forDB_ETERNAL.M_RELATION.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIMRelation
-
setLanguage
Setter forDB_ETERNAL.M_RELATION.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIMRelation
-
getActive
Getter forDB_ETERNAL.M_RELATION.ACTIVE. 「active」- 是否启用- Specified by:
getActivein interfaceIMRelation
-
setActive
Setter forDB_ETERNAL.M_RELATION.ACTIVE. 「active」- 是否启用- Specified by:
setActivein interfaceIMRelation
-
getMetadata
Getter forDB_ETERNAL.M_RELATION.METADATA. 「metadata」- 附加配置数据- Specified by:
getMetadatain interfaceIMRelation
-
setMetadata
Setter forDB_ETERNAL.M_RELATION.METADATA. 「metadata」- 附加配置数据- Specified by:
setMetadatain interfaceIMRelation
-
getCreatedAt
Getter forDB_ETERNAL.M_RELATION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIMRelation
-
setCreatedAt
Setter forDB_ETERNAL.M_RELATION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIMRelation
-
getCreatedBy
Getter forDB_ETERNAL.M_RELATION.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIMRelation
-
setCreatedBy
Setter forDB_ETERNAL.M_RELATION.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIMRelation
-
getUpdatedAt
Getter forDB_ETERNAL.M_RELATION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIMRelation
-
setUpdatedAt
Setter forDB_ETERNAL.M_RELATION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIMRelation
-
getUpdatedBy
Getter forDB_ETERNAL.M_RELATION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIMRelation
-
setUpdatedBy
Setter forDB_ETERNAL.M_RELATION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIMRelation
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IMRelationLoad data from another generated Record/POJO implementing the common interface IMRelation- Specified by:
fromin interfaceIMRelation
-
into
Description copied from interface:IMRelationCopy data into another generated Record/POJO implementing the common interface IMRelation- Specified by:
intoin interfaceIMRelation
-