@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
| 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()
ISGroupDB_ETERNAL.S_GROUP.KEY. 「key」- 组IDpublic SGroup setKey(String key)
ISGroupDB_ETERNAL.S_GROUP.KEY. 「key」- 组IDpublic String getName()
ISGroupDB_ETERNAL.S_GROUP.NAME. 「name」- 组名称public SGroup setName(String name)
ISGroupDB_ETERNAL.S_GROUP.NAME. 「name」- 组名称public String getCode()
ISGroupDB_ETERNAL.S_GROUP.CODE. 「code」- 组系统码public SGroup setCode(String code)
ISGroupDB_ETERNAL.S_GROUP.CODE. 「code」- 组系统码public String getParentId()
ISGroupDB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构)getParentId in interface ISGrouppublic SGroup setParentId(String parentId)
ISGroupDB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构)setParentId in interface ISGrouppublic String getModelId()
ISGroupDB_ETERNAL.S_GROUP.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述getModelId in interface ISGrouppublic SGroup setModelId(String modelId)
ISGroupDB_ETERNAL.S_GROUP.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述setModelId in interface ISGrouppublic String getModelKey()
ISGroupDB_ETERNAL.S_GROUP.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录getModelKey in interface ISGrouppublic SGroup setModelKey(String modelKey)
ISGroupDB_ETERNAL.S_GROUP.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录setModelKey in interface ISGrouppublic String getCategory()
ISGroupDB_ETERNAL.S_GROUP.CATEGORY. 「category」- 组类型getCategory in interface ISGrouppublic SGroup setCategory(String category)
ISGroupDB_ETERNAL.S_GROUP.CATEGORY. 「category」- 组类型setCategory in interface ISGrouppublic String getSigma()
ISGroupDB_ETERNAL.S_GROUP.SIGMA. 「sigma」- 用户组绑定的统一标识public SGroup setSigma(String sigma)
ISGroupDB_ETERNAL.S_GROUP.SIGMA. 「sigma」- 用户组绑定的统一标识public String getLanguage()
ISGroupDB_ETERNAL.S_GROUP.LANGUAGE. 「language」- 使用的语言getLanguage in interface ISGrouppublic SGroup setLanguage(String language)
ISGroupDB_ETERNAL.S_GROUP.LANGUAGE. 「language」- 使用的语言setLanguage in interface ISGrouppublic Boolean getActive()
ISGroupDB_ETERNAL.S_GROUP.ACTIVE. 「active」- 是否启用public SGroup setActive(Boolean active)
ISGroupDB_ETERNAL.S_GROUP.ACTIVE. 「active」- 是否启用public String getMetadata()
ISGroupDB_ETERNAL.S_GROUP.METADATA. 「metadata」- 附加配置数据getMetadata in interface ISGrouppublic SGroup setMetadata(String metadata)
ISGroupDB_ETERNAL.S_GROUP.METADATA. 「metadata」- 附加配置数据setMetadata in interface ISGrouppublic LocalDateTime getCreatedAt()
ISGroupDB_ETERNAL.S_GROUP.CREATED_AT. 「createdAt」- 创建时间getCreatedAt in interface ISGrouppublic SGroup setCreatedAt(LocalDateTime createdAt)
ISGroupDB_ETERNAL.S_GROUP.CREATED_AT. 「createdAt」- 创建时间setCreatedAt in interface ISGrouppublic String getCreatedBy()
ISGroupDB_ETERNAL.S_GROUP.CREATED_BY. 「createdBy」- 创建人getCreatedBy in interface ISGrouppublic SGroup setCreatedBy(String createdBy)
ISGroupDB_ETERNAL.S_GROUP.CREATED_BY. 「createdBy」- 创建人setCreatedBy in interface ISGrouppublic LocalDateTime getUpdatedAt()
ISGroupDB_ETERNAL.S_GROUP.UPDATED_AT. 「updatedAt」- 更新时间getUpdatedAt in interface ISGrouppublic SGroup setUpdatedAt(LocalDateTime updatedAt)
ISGroupDB_ETERNAL.S_GROUP.UPDATED_AT. 「updatedAt」- 更新时间setUpdatedAt in interface ISGrouppublic String getUpdatedBy()
ISGroupDB_ETERNAL.S_GROUP.UPDATED_BY. 「updatedBy」- 更新人getUpdatedBy in interface ISGrouppublic SGroup setUpdatedBy(String updatedBy)
ISGroupDB_ETERNAL.S_GROUP.UPDATED_BY. 「updatedBy」- 更新人setUpdatedBy in interface ISGrouppublic void from(ISGroup from)
Copyright © 2019. All rights reserved.