@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SGroup extends Object implements ISGroup
This class is generated by jOOQ.
| Constructor and Description |
|---|
SGroup() |
SGroup(io.vertx.core.json.JsonObject json) |
SGroup(SGroup value) |
SGroup(String key,
String name,
String code,
String parentId,
String modelId,
String modelKey,
String category,
String sigma,
String language,
Boolean active,
String metadata,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(ISGroup from)
Load data from another generated Record/POJO implementing the common interface ISGroup
|
Boolean |
getActive()
Getter for
DB_ETERNAL.S_GROUP.ACTIVE. |
String |
getCategory()
Getter for
DB_ETERNAL.S_GROUP.CATEGORY. |
String |
getCode()
Getter for
DB_ETERNAL.S_GROUP.CODE. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.S_GROUP.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.S_GROUP.CREATED_BY. |
String |
getKey()
Getter for
DB_ETERNAL.S_GROUP.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.S_GROUP.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.S_GROUP.METADATA. |
String |
getModelId()
Getter for
DB_ETERNAL.S_GROUP.MODEL_ID. |
String |
getModelKey()
Getter for
DB_ETERNAL.S_GROUP.MODEL_KEY. |
String |
getName()
Getter for
DB_ETERNAL.S_GROUP.NAME. |
String |
getParentId()
Getter for
DB_ETERNAL.S_GROUP.PARENT_ID. |
String |
getSigma()
Getter for
DB_ETERNAL.S_GROUP.SIGMA. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.S_GROUP.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.S_GROUP.UPDATED_BY. |
<E extends ISGroup> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ISGroup
|
SGroup |
setActive(Boolean active)
Setter for
DB_ETERNAL.S_GROUP.ACTIVE. |
SGroup |
setCategory(String category)
Setter for
DB_ETERNAL.S_GROUP.CATEGORY. |
SGroup |
setCode(String code)
Setter for
DB_ETERNAL.S_GROUP.CODE. |
SGroup |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.S_GROUP.CREATED_AT. |
SGroup |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.S_GROUP.CREATED_BY. |
SGroup |
setKey(String key)
Setter for
DB_ETERNAL.S_GROUP.KEY. |
SGroup |
setLanguage(String language)
Setter for
DB_ETERNAL.S_GROUP.LANGUAGE. |
SGroup |
setMetadata(String metadata)
Setter for
DB_ETERNAL.S_GROUP.METADATA. |
SGroup |
setModelId(String modelId)
Setter for
DB_ETERNAL.S_GROUP.MODEL_ID. |
SGroup |
setModelKey(String modelKey)
Setter for
DB_ETERNAL.S_GROUP.MODEL_KEY. |
SGroup |
setName(String name)
Setter for
DB_ETERNAL.S_GROUP.NAME. |
SGroup |
setParentId(String parentId)
Setter for
DB_ETERNAL.S_GROUP.PARENT_ID. |
SGroup |
setSigma(String sigma)
Setter for
DB_ETERNAL.S_GROUP.SIGMA. |
SGroup |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.S_GROUP.UPDATED_AT. |
SGroup |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.S_GROUP.UPDATED_BY. |
String |
toString() |
public SGroup()
public SGroup(SGroup value)
public SGroup(String key, String name, String code, String parentId, String modelId, String modelKey, String category, String sigma, String language, Boolean active, String metadata, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public SGroup(io.vertx.core.json.JsonObject json)
public String getKey()
ISGroupGetter for DB_ETERNAL.S_GROUP.KEY. 「key」- 组ID
public SGroup setKey(String key)
ISGroupSetter for DB_ETERNAL.S_GROUP.KEY. 「key」- 组ID
public String getName()
ISGroupGetter for DB_ETERNAL.S_GROUP.NAME. 「name」- 组名称
public SGroup setName(String name)
ISGroupSetter for DB_ETERNAL.S_GROUP.NAME. 「name」- 组名称
public String getCode()
ISGroupGetter for DB_ETERNAL.S_GROUP.CODE. 「code」- 组系统码
public SGroup setCode(String code)
ISGroupSetter for DB_ETERNAL.S_GROUP.CODE. 「code」- 组系统码
public String getParentId()
ISGroupGetter for DB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构)
getParentId in interface ISGrouppublic SGroup setParentId(String parentId)
ISGroupSetter for DB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构)
setParentId in interface ISGrouppublic String getModelId()
ISGroupGetter for DB_ETERNAL.S_GROUP.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
getModelId in interface ISGrouppublic SGroup setModelId(String modelId)
ISGroupSetter for DB_ETERNAL.S_GROUP.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
setModelId in interface ISGrouppublic String getModelKey()
ISGroupGetter for DB_ETERNAL.S_GROUP.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
getModelKey in interface ISGrouppublic SGroup setModelKey(String modelKey)
ISGroupSetter for DB_ETERNAL.S_GROUP.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
setModelKey in interface ISGrouppublic String getCategory()
ISGroupGetter for DB_ETERNAL.S_GROUP.CATEGORY. 「category」- 组类型
getCategory in interface ISGrouppublic SGroup setCategory(String category)
ISGroupSetter for DB_ETERNAL.S_GROUP.CATEGORY. 「category」- 组类型
setCategory in interface ISGrouppublic String getSigma()
ISGroupGetter for DB_ETERNAL.S_GROUP.SIGMA. 「sigma」- 用户组绑定的统一标识
public SGroup setSigma(String sigma)
ISGroupSetter for DB_ETERNAL.S_GROUP.SIGMA. 「sigma」- 用户组绑定的统一标识
public String getLanguage()
ISGroupGetter for DB_ETERNAL.S_GROUP.LANGUAGE. 「language」- 使用的语言
getLanguage in interface ISGrouppublic SGroup setLanguage(String language)
ISGroupSetter for DB_ETERNAL.S_GROUP.LANGUAGE. 「language」- 使用的语言
setLanguage in interface ISGrouppublic Boolean getActive()
ISGroupGetter for DB_ETERNAL.S_GROUP.ACTIVE. 「active」- 是否启用
public SGroup setActive(Boolean active)
ISGroupSetter for DB_ETERNAL.S_GROUP.ACTIVE. 「active」- 是否启用
public String getMetadata()
ISGroupGetter for DB_ETERNAL.S_GROUP.METADATA. 「metadata」- 附加配置数据
getMetadata in interface ISGrouppublic SGroup setMetadata(String metadata)
ISGroupSetter for DB_ETERNAL.S_GROUP.METADATA. 「metadata」- 附加配置数据
setMetadata in interface ISGrouppublic LocalDateTime getCreatedAt()
ISGroupGetter for DB_ETERNAL.S_GROUP.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface ISGrouppublic SGroup setCreatedAt(LocalDateTime createdAt)
ISGroupSetter for DB_ETERNAL.S_GROUP.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface ISGrouppublic String getCreatedBy()
ISGroupGetter for DB_ETERNAL.S_GROUP.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface ISGrouppublic SGroup setCreatedBy(String createdBy)
ISGroupSetter for DB_ETERNAL.S_GROUP.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface ISGrouppublic LocalDateTime getUpdatedAt()
ISGroupGetter for DB_ETERNAL.S_GROUP.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface ISGrouppublic SGroup setUpdatedAt(LocalDateTime updatedAt)
ISGroupSetter for DB_ETERNAL.S_GROUP.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface ISGrouppublic String getUpdatedBy()
ISGroupGetter for DB_ETERNAL.S_GROUP.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface ISGrouppublic SGroup setUpdatedBy(String updatedBy)
ISGroupSetter for DB_ETERNAL.S_GROUP.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface ISGrouppublic void from(ISGroup from)
Load data from another generated Record/POJO implementing the common interface ISGroup
Copyright © 2020. All rights reserved.