Interface ISGroup
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
SGroup,SGroupRecord
public interface ISGroup extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(ISGroup from)Load data from another generated Record/POJO implementing the common interface ISGroupdefault ISGroupfromJson(io.vertx.core.json.JsonObject json)BooleangetActive()Getter forDB_ETERNAL.S_GROUP.ACTIVE.StringgetCategory()Getter forDB_ETERNAL.S_GROUP.CATEGORY.StringgetCode()Getter forDB_ETERNAL.S_GROUP.CODE.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.S_GROUP.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.S_GROUP.CREATED_BY.StringgetKey()Getter forDB_ETERNAL.S_GROUP.KEY.StringgetLanguage()Getter forDB_ETERNAL.S_GROUP.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.S_GROUP.METADATA.StringgetModelId()Getter forDB_ETERNAL.S_GROUP.MODEL_ID.StringgetModelKey()Getter forDB_ETERNAL.S_GROUP.MODEL_KEY.StringgetName()Getter forDB_ETERNAL.S_GROUP.NAME.StringgetParentId()Getter forDB_ETERNAL.S_GROUP.PARENT_ID.StringgetSigma()Getter forDB_ETERNAL.S_GROUP.SIGMA.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.S_GROUP.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.S_GROUP.UPDATED_BY.<E extends ISGroup>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ISGroupISGroupsetActive(Boolean value)Setter forDB_ETERNAL.S_GROUP.ACTIVE.ISGroupsetCategory(String value)Setter forDB_ETERNAL.S_GROUP.CATEGORY.ISGroupsetCode(String value)Setter forDB_ETERNAL.S_GROUP.CODE.ISGroupsetCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_GROUP.CREATED_AT.ISGroupsetCreatedBy(String value)Setter forDB_ETERNAL.S_GROUP.CREATED_BY.ISGroupsetKey(String value)Setter forDB_ETERNAL.S_GROUP.KEY.ISGroupsetLanguage(String value)Setter forDB_ETERNAL.S_GROUP.LANGUAGE.ISGroupsetMetadata(String value)Setter forDB_ETERNAL.S_GROUP.METADATA.ISGroupsetModelId(String value)Setter forDB_ETERNAL.S_GROUP.MODEL_ID.ISGroupsetModelKey(String value)Setter forDB_ETERNAL.S_GROUP.MODEL_KEY.ISGroupsetName(String value)Setter forDB_ETERNAL.S_GROUP.NAME.ISGroupsetParentId(String value)Setter forDB_ETERNAL.S_GROUP.PARENT_ID.ISGroupsetSigma(String value)Setter forDB_ETERNAL.S_GROUP.SIGMA.ISGroupsetUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_GROUP.UPDATED_AT.ISGroupsetUpdatedBy(String value)Setter forDB_ETERNAL.S_GROUP.UPDATED_BY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
getKey
String getKey()
Getter forDB_ETERNAL.S_GROUP.KEY. 「key」- 组ID
-
getName
String getName()
Getter forDB_ETERNAL.S_GROUP.NAME. 「name」- 组名称
-
getCode
String getCode()
Getter forDB_ETERNAL.S_GROUP.CODE. 「code」- 组系统码
-
setParentId
ISGroup setParentId(String value)
Setter forDB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构)
-
getParentId
String getParentId()
Getter forDB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构)
-
setModelId
ISGroup setModelId(String value)
Setter forDB_ETERNAL.S_GROUP.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
-
getModelId
String getModelId()
Getter forDB_ETERNAL.S_GROUP.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
-
setModelKey
ISGroup setModelKey(String value)
Setter forDB_ETERNAL.S_GROUP.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
-
getModelKey
String getModelKey()
Getter forDB_ETERNAL.S_GROUP.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
-
setCategory
ISGroup setCategory(String value)
Setter forDB_ETERNAL.S_GROUP.CATEGORY. 「category」- 组类型
-
getCategory
String getCategory()
Getter forDB_ETERNAL.S_GROUP.CATEGORY. 「category」- 组类型
-
getSigma
String getSigma()
Getter forDB_ETERNAL.S_GROUP.SIGMA. 「sigma」- 用户组绑定的统一标识
-
setLanguage
ISGroup setLanguage(String value)
Setter forDB_ETERNAL.S_GROUP.LANGUAGE. 「language」- 使用的语言
-
getLanguage
String getLanguage()
Getter forDB_ETERNAL.S_GROUP.LANGUAGE. 「language」- 使用的语言
-
getActive
Boolean getActive()
Getter forDB_ETERNAL.S_GROUP.ACTIVE. 「active」- 是否启用
-
setMetadata
ISGroup setMetadata(String value)
Setter forDB_ETERNAL.S_GROUP.METADATA. 「metadata」- 附加配置数据
-
getMetadata
String getMetadata()
Getter forDB_ETERNAL.S_GROUP.METADATA. 「metadata」- 附加配置数据
-
setCreatedAt
ISGroup setCreatedAt(LocalDateTime value)
Setter forDB_ETERNAL.S_GROUP.CREATED_AT. 「createdAt」- 创建时间
-
getCreatedAt
LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.S_GROUP.CREATED_AT. 「createdAt」- 创建时间
-
setCreatedBy
ISGroup setCreatedBy(String value)
Setter forDB_ETERNAL.S_GROUP.CREATED_BY. 「createdBy」- 创建人
-
getCreatedBy
String getCreatedBy()
Getter forDB_ETERNAL.S_GROUP.CREATED_BY. 「createdBy」- 创建人
-
setUpdatedAt
ISGroup setUpdatedAt(LocalDateTime value)
Setter forDB_ETERNAL.S_GROUP.UPDATED_AT. 「updatedAt」- 更新时间
-
getUpdatedAt
LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.S_GROUP.UPDATED_AT. 「updatedAt」- 更新时间
-
setUpdatedBy
ISGroup setUpdatedBy(String value)
Setter forDB_ETERNAL.S_GROUP.UPDATED_BY. 「updatedBy」- 更新人
-
getUpdatedBy
String getUpdatedBy()
Getter forDB_ETERNAL.S_GROUP.UPDATED_BY. 「updatedBy」- 更新人
-
from
void from(ISGroup from)
Load data from another generated Record/POJO implementing the common interface ISGroup
-
into
<E extends ISGroup> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ISGroup
-
fromJson
default ISGroup fromJson(io.vertx.core.json.JsonObject json)
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
-