@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SRole extends Object implements ISRole
This class is generated by jOOQ.
| Constructor and Description |
|---|
SRole() |
SRole(io.vertx.core.json.JsonObject json) |
SRole(SRole value) |
SRole(String key,
String name,
String code,
Boolean power,
String comment,
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(ISRole from)
Load data from another generated Record/POJO implementing the common interface ISRole
|
Boolean |
getActive()
Getter for
DB_ETERNAL.S_ROLE.ACTIVE. |
String |
getCategory()
Getter for
DB_ETERNAL.S_ROLE.CATEGORY. |
String |
getCode()
Getter for
DB_ETERNAL.S_ROLE.CODE. |
String |
getComment()
Getter for
DB_ETERNAL.S_ROLE.COMMENT. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.S_ROLE.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.S_ROLE.CREATED_BY. |
String |
getKey()
Getter for
DB_ETERNAL.S_ROLE.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.S_ROLE.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.S_ROLE.METADATA. |
String |
getModelId()
Getter for
DB_ETERNAL.S_ROLE.MODEL_ID. |
String |
getModelKey()
Getter for
DB_ETERNAL.S_ROLE.MODEL_KEY. |
String |
getName()
Getter for
DB_ETERNAL.S_ROLE.NAME. |
Boolean |
getPower()
Getter for
DB_ETERNAL.S_ROLE.POWER. |
String |
getSigma()
Getter for
DB_ETERNAL.S_ROLE.SIGMA. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.S_ROLE.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.S_ROLE.UPDATED_BY. |
<E extends ISRole> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ISRole
|
SRole |
setActive(Boolean active)
Setter for
DB_ETERNAL.S_ROLE.ACTIVE. |
SRole |
setCategory(String category)
Setter for
DB_ETERNAL.S_ROLE.CATEGORY. |
SRole |
setCode(String code)
Setter for
DB_ETERNAL.S_ROLE.CODE. |
SRole |
setComment(String comment)
Setter for
DB_ETERNAL.S_ROLE.COMMENT. |
SRole |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.S_ROLE.CREATED_AT. |
SRole |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.S_ROLE.CREATED_BY. |
SRole |
setKey(String key)
Setter for
DB_ETERNAL.S_ROLE.KEY. |
SRole |
setLanguage(String language)
Setter for
DB_ETERNAL.S_ROLE.LANGUAGE. |
SRole |
setMetadata(String metadata)
Setter for
DB_ETERNAL.S_ROLE.METADATA. |
SRole |
setModelId(String modelId)
Setter for
DB_ETERNAL.S_ROLE.MODEL_ID. |
SRole |
setModelKey(String modelKey)
Setter for
DB_ETERNAL.S_ROLE.MODEL_KEY. |
SRole |
setName(String name)
Setter for
DB_ETERNAL.S_ROLE.NAME. |
SRole |
setPower(Boolean power)
Setter for
DB_ETERNAL.S_ROLE.POWER. |
SRole |
setSigma(String sigma)
Setter for
DB_ETERNAL.S_ROLE.SIGMA. |
SRole |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.S_ROLE.UPDATED_AT. |
SRole |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.S_ROLE.UPDATED_BY. |
String |
toString() |
public SRole()
public SRole(SRole value)
public SRole(String key, String name, String code, Boolean power, String comment, String modelId, String modelKey, String category, String sigma, String language, Boolean active, String metadata, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public SRole(io.vertx.core.json.JsonObject json)
public String getKey()
ISRoleGetter for DB_ETERNAL.S_ROLE.KEY. 「key」- 角色ID
public SRole setKey(String key)
ISRoleSetter for DB_ETERNAL.S_ROLE.KEY. 「key」- 角色ID
public String getName()
ISRoleGetter for DB_ETERNAL.S_ROLE.NAME. 「name」- 角色名称
public SRole setName(String name)
ISRoleSetter for DB_ETERNAL.S_ROLE.NAME. 「name」- 角色名称
public String getCode()
ISRoleGetter for DB_ETERNAL.S_ROLE.CODE. 「code」- 角色系统名
public SRole setCode(String code)
ISRoleSetter for DB_ETERNAL.S_ROLE.CODE. 「code」- 角色系统名
public Boolean getPower()
ISRoleGetter for DB_ETERNAL.S_ROLE.POWER. 「power」- 是否具有定制权限?
public SRole setPower(Boolean power)
ISRoleSetter for DB_ETERNAL.S_ROLE.POWER. 「power」- 是否具有定制权限?
public String getComment()
ISRoleGetter for DB_ETERNAL.S_ROLE.COMMENT. 「comment」- 角色备注信息
getComment in interface ISRolepublic SRole setComment(String comment)
ISRoleSetter for DB_ETERNAL.S_ROLE.COMMENT. 「comment」- 角色备注信息
setComment in interface ISRolepublic String getModelId()
ISRoleGetter for DB_ETERNAL.S_ROLE.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
getModelId in interface ISRolepublic SRole setModelId(String modelId)
ISRoleSetter for DB_ETERNAL.S_ROLE.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
setModelId in interface ISRolepublic String getModelKey()
ISRoleGetter for DB_ETERNAL.S_ROLE.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
getModelKey in interface ISRolepublic SRole setModelKey(String modelKey)
ISRoleSetter for DB_ETERNAL.S_ROLE.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
setModelKey in interface ISRolepublic String getCategory()
ISRoleGetter for DB_ETERNAL.S_ROLE.CATEGORY. 「category」- 组类型
getCategory in interface ISRolepublic SRole setCategory(String category)
ISRoleSetter for DB_ETERNAL.S_ROLE.CATEGORY. 「category」- 组类型
setCategory in interface ISRolepublic String getSigma()
ISRoleGetter for DB_ETERNAL.S_ROLE.SIGMA. 「sigma」- 统一标识
public SRole setSigma(String sigma)
ISRoleSetter for DB_ETERNAL.S_ROLE.SIGMA. 「sigma」- 统一标识
public String getLanguage()
ISRoleGetter for DB_ETERNAL.S_ROLE.LANGUAGE. 「language」- 使用的语言
getLanguage in interface ISRolepublic SRole setLanguage(String language)
ISRoleSetter for DB_ETERNAL.S_ROLE.LANGUAGE. 「language」- 使用的语言
setLanguage in interface ISRolepublic Boolean getActive()
ISRoleGetter for DB_ETERNAL.S_ROLE.ACTIVE. 「active」- 是否启用
public SRole setActive(Boolean active)
ISRoleSetter for DB_ETERNAL.S_ROLE.ACTIVE. 「active」- 是否启用
public String getMetadata()
ISRoleGetter for DB_ETERNAL.S_ROLE.METADATA. 「metadata」- 附加配置数据
getMetadata in interface ISRolepublic SRole setMetadata(String metadata)
ISRoleSetter for DB_ETERNAL.S_ROLE.METADATA. 「metadata」- 附加配置数据
setMetadata in interface ISRolepublic LocalDateTime getCreatedAt()
ISRoleGetter for DB_ETERNAL.S_ROLE.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface ISRolepublic SRole setCreatedAt(LocalDateTime createdAt)
ISRoleSetter for DB_ETERNAL.S_ROLE.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface ISRolepublic String getCreatedBy()
ISRoleGetter for DB_ETERNAL.S_ROLE.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface ISRolepublic SRole setCreatedBy(String createdBy)
ISRoleSetter for DB_ETERNAL.S_ROLE.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface ISRolepublic LocalDateTime getUpdatedAt()
ISRoleGetter for DB_ETERNAL.S_ROLE.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface ISRolepublic SRole setUpdatedAt(LocalDateTime updatedAt)
ISRoleSetter for DB_ETERNAL.S_ROLE.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface ISRolepublic String getUpdatedBy()
ISRoleGetter for DB_ETERNAL.S_ROLE.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface ISRolepublic SRole setUpdatedBy(String updatedBy)
ISRoleSetter for DB_ETERNAL.S_ROLE.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface ISRolepublic void from(ISRole from)
Load data from another generated Record/POJO implementing the common interface ISRole
Copyright © 2021. All rights reserved.