Class MyTpl
java.lang.Object
cn.vertxup.tpl.domain.tables.pojos.MyTpl
- All Implemented Interfaces:
IMyTpl,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class MyTpl
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IMyTpl
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMyTpl()MyTpl(io.vertx.core.json.JsonObject json) MyTpl(String key, String tplId, String tplType, String owner, String ownerType, String type, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidLoad data from another generated Record/POJO implementing the common interface IMyTplGetter forDB_ETERNAL.MY_TPL.ACTIVE.Getter forDB_ETERNAL.MY_TPL.CREATED_AT.Getter forDB_ETERNAL.MY_TPL.CREATED_BY.getKey()Getter forDB_ETERNAL.MY_TPL.KEY.Getter forDB_ETERNAL.MY_TPL.LANGUAGE.Getter forDB_ETERNAL.MY_TPL.METADATA.getOwner()Getter forDB_ETERNAL.MY_TPL.OWNER.Getter forDB_ETERNAL.MY_TPL.OWNER_TYPE.getSigma()Getter forDB_ETERNAL.MY_TPL.SIGMA.getTplId()Getter forDB_ETERNAL.MY_TPL.TPL_ID.Getter forDB_ETERNAL.MY_TPL.TPL_TYPE.getType()Getter forDB_ETERNAL.MY_TPL.TYPE.Getter forDB_ETERNAL.MY_TPL.UPDATED_AT.Getter forDB_ETERNAL.MY_TPL.UPDATED_BY.inthashCode()<E extends IMyTpl>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IMyTplSetter forDB_ETERNAL.MY_TPL.ACTIVE.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.MY_TPL.CREATED_AT.setCreatedBy(String createdBy) Setter forDB_ETERNAL.MY_TPL.CREATED_BY.Setter forDB_ETERNAL.MY_TPL.KEY.setLanguage(String language) Setter forDB_ETERNAL.MY_TPL.LANGUAGE.setMetadata(String metadata) Setter forDB_ETERNAL.MY_TPL.METADATA.Setter forDB_ETERNAL.MY_TPL.OWNER.setOwnerType(String ownerType) Setter forDB_ETERNAL.MY_TPL.OWNER_TYPE.Setter forDB_ETERNAL.MY_TPL.SIGMA.Setter forDB_ETERNAL.MY_TPL.TPL_ID.setTplType(String tplType) Setter forDB_ETERNAL.MY_TPL.TPL_TYPE.Setter forDB_ETERNAL.MY_TPL.TYPE.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.MY_TPL.UPDATED_AT.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.MY_TPL.UPDATED_BY.toString()
-
Constructor Details
-
MyTpl
public MyTpl() -
MyTpl
-
MyTpl
-
MyTpl
public MyTpl(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getKey
Getter forDB_ETERNAL.MY_TPL.KEY. 「key」- 个人设置主键 -
setKey
Setter forDB_ETERNAL.MY_TPL.KEY. 「key」- 个人设置主键 -
getTplId
Getter forDB_ETERNAL.MY_TPL.TPL_ID. 「tplId」- 对应TPL的ID -
setTplId
Setter forDB_ETERNAL.MY_TPL.TPL_ID. 「tplId」- 对应TPL的ID -
getTplType
Getter forDB_ETERNAL.MY_TPL.TPL_TYPE. 「tplType」- 对应TPL类型- Specified by:
getTplTypein interfaceIMyTpl
-
setTplType
Setter forDB_ETERNAL.MY_TPL.TPL_TYPE. 「tplType」- 对应TPL类型- Specified by:
setTplTypein interfaceIMyTpl
-
getOwner
Getter forDB_ETERNAL.MY_TPL.OWNER. 「owner」- 拥有者ID,我的 / 角色级 -
setOwner
Setter forDB_ETERNAL.MY_TPL.OWNER. 「owner」- 拥有者ID,我的 / 角色级 -
getOwnerType
Getter forDB_ETERNAL.MY_TPL.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户- Specified by:
getOwnerTypein interfaceIMyTpl
-
setOwnerType
Setter forDB_ETERNAL.MY_TPL.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户- Specified by:
setOwnerTypein interfaceIMyTpl
-
getType
Getter forDB_ETERNAL.MY_TPL.TYPE. 「type」- 类型(默认全站) -
setType
Setter forDB_ETERNAL.MY_TPL.TYPE. 「type」- 类型(默认全站) -
getActive
Getter forDB_ETERNAL.MY_TPL.ACTIVE. 「active」- 是否启用 -
setActive
Setter forDB_ETERNAL.MY_TPL.ACTIVE. 「active」- 是否启用 -
getSigma
Getter forDB_ETERNAL.MY_TPL.SIGMA. 「sigma」- 统一标识 -
setSigma
Setter forDB_ETERNAL.MY_TPL.SIGMA. 「sigma」- 统一标识 -
getMetadata
Getter forDB_ETERNAL.MY_TPL.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceIMyTpl
-
setMetadata
Setter forDB_ETERNAL.MY_TPL.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceIMyTpl
-
getLanguage
Getter forDB_ETERNAL.MY_TPL.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIMyTpl
-
setLanguage
Setter forDB_ETERNAL.MY_TPL.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIMyTpl
-
getCreatedAt
Getter forDB_ETERNAL.MY_TPL.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIMyTpl
-
setCreatedAt
Setter forDB_ETERNAL.MY_TPL.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIMyTpl
-
getCreatedBy
Getter forDB_ETERNAL.MY_TPL.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIMyTpl
-
setCreatedBy
Setter forDB_ETERNAL.MY_TPL.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIMyTpl
-
getUpdatedAt
Getter forDB_ETERNAL.MY_TPL.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIMyTpl
-
setUpdatedAt
Setter forDB_ETERNAL.MY_TPL.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIMyTpl
-
getUpdatedBy
Getter forDB_ETERNAL.MY_TPL.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIMyTpl
-
setUpdatedBy
Setter forDB_ETERNAL.MY_TPL.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIMyTpl
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IMyTplLoad data from another generated Record/POJO implementing the common interface IMyTpl -
into
Description copied from interface:IMyTplCopy data into another generated Record/POJO implementing the common interface IMyTpl
-