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