@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SUser extends Object implements ISUser
This class is generated by jOOQ.
| Constructor and Description |
|---|
SUser() |
SUser(io.vertx.core.json.JsonObject json) |
SUser(String key,
String username,
String realname,
String alias,
String mobile,
String email,
String password,
String modelId,
String modelKey,
String category,
String sigma,
String language,
Boolean active,
String metadata,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
SUser(SUser value) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(ISUser from)
Load data from another generated Record/POJO implementing the common interface ISUser
|
Boolean |
getActive()
Getter for
DB_ETERNAL.S_USER.ACTIVE. |
String |
getAlias()
Getter for
DB_ETERNAL.S_USER.ALIAS. |
String |
getCategory()
Getter for
DB_ETERNAL.S_USER.CATEGORY. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.S_USER.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.S_USER.CREATED_BY. |
String |
getEmail()
Getter for
DB_ETERNAL.S_USER.EMAIL. |
String |
getKey()
Getter for
DB_ETERNAL.S_USER.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.S_USER.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.S_USER.METADATA. |
String |
getMobile()
Getter for
DB_ETERNAL.S_USER.MOBILE. |
String |
getModelId()
Getter for
DB_ETERNAL.S_USER.MODEL_ID. |
String |
getModelKey()
Getter for
DB_ETERNAL.S_USER.MODEL_KEY. |
String |
getPassword()
Getter for
DB_ETERNAL.S_USER.PASSWORD. |
String |
getRealname()
Getter for
DB_ETERNAL.S_USER.REALNAME. |
String |
getSigma()
Getter for
DB_ETERNAL.S_USER.SIGMA. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.S_USER.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.S_USER.UPDATED_BY. |
String |
getUsername()
Getter for
DB_ETERNAL.S_USER.USERNAME. |
<E extends ISUser> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ISUser
|
SUser |
setActive(Boolean active)
Setter for
DB_ETERNAL.S_USER.ACTIVE. |
SUser |
setAlias(String alias)
Setter for
DB_ETERNAL.S_USER.ALIAS. |
SUser |
setCategory(String category)
Setter for
DB_ETERNAL.S_USER.CATEGORY. |
SUser |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.S_USER.CREATED_AT. |
SUser |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.S_USER.CREATED_BY. |
SUser |
setEmail(String email)
Setter for
DB_ETERNAL.S_USER.EMAIL. |
SUser |
setKey(String key)
Setter for
DB_ETERNAL.S_USER.KEY. |
SUser |
setLanguage(String language)
Setter for
DB_ETERNAL.S_USER.LANGUAGE. |
SUser |
setMetadata(String metadata)
Setter for
DB_ETERNAL.S_USER.METADATA. |
SUser |
setMobile(String mobile)
Setter for
DB_ETERNAL.S_USER.MOBILE. |
SUser |
setModelId(String modelId)
Setter for
DB_ETERNAL.S_USER.MODEL_ID. |
SUser |
setModelKey(String modelKey)
Setter for
DB_ETERNAL.S_USER.MODEL_KEY. |
SUser |
setPassword(String password)
Setter for
DB_ETERNAL.S_USER.PASSWORD. |
SUser |
setRealname(String realname)
Setter for
DB_ETERNAL.S_USER.REALNAME. |
SUser |
setSigma(String sigma)
Setter for
DB_ETERNAL.S_USER.SIGMA. |
SUser |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.S_USER.UPDATED_AT. |
SUser |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.S_USER.UPDATED_BY. |
SUser |
setUsername(String username)
Setter for
DB_ETERNAL.S_USER.USERNAME. |
String |
toString() |
public SUser()
public SUser(SUser value)
public SUser(String key, String username, String realname, String alias, String mobile, String email, String password, String modelId, String modelKey, String category, String sigma, String language, Boolean active, String metadata, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public SUser(io.vertx.core.json.JsonObject json)
public String getKey()
ISUserGetter for DB_ETERNAL.S_USER.KEY. 「key」- 用户ID
public SUser setKey(String key)
ISUserSetter for DB_ETERNAL.S_USER.KEY. 「key」- 用户ID
public String getUsername()
ISUserGetter for DB_ETERNAL.S_USER.USERNAME. 「username」- 用户登录账号
getUsername in interface ISUserpublic SUser setUsername(String username)
ISUserSetter for DB_ETERNAL.S_USER.USERNAME. 「username」- 用户登录账号
setUsername in interface ISUserpublic String getRealname()
ISUserGetter for DB_ETERNAL.S_USER.REALNAME. 「realname」- 用户真实姓名
getRealname in interface ISUserpublic SUser setRealname(String realname)
ISUserSetter for DB_ETERNAL.S_USER.REALNAME. 「realname」- 用户真实姓名
setRealname in interface ISUserpublic String getAlias()
ISUserGetter for DB_ETERNAL.S_USER.ALIAS. 「alias」- 用户昵称
public SUser setAlias(String alias)
ISUserSetter for DB_ETERNAL.S_USER.ALIAS. 「alias」- 用户昵称
public String getMobile()
ISUserGetter for DB_ETERNAL.S_USER.MOBILE. 「mobile」- 用户登录手机
public SUser setMobile(String mobile)
ISUserSetter for DB_ETERNAL.S_USER.MOBILE. 「mobile」- 用户登录手机
public String getEmail()
ISUserGetter for DB_ETERNAL.S_USER.EMAIL. 「email」- 用户登录EMAIL地址
public SUser setEmail(String email)
ISUserSetter for DB_ETERNAL.S_USER.EMAIL. 「email」- 用户登录EMAIL地址
public String getPassword()
ISUserGetter for DB_ETERNAL.S_USER.PASSWORD. 「password」- 用户登录密码
getPassword in interface ISUserpublic SUser setPassword(String password)
ISUserSetter for DB_ETERNAL.S_USER.PASSWORD. 「password」- 用户登录密码
setPassword in interface ISUserpublic String getModelId()
ISUserGetter for DB_ETERNAL.S_USER.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
getModelId in interface ISUserpublic SUser setModelId(String modelId)
ISUserSetter for DB_ETERNAL.S_USER.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
setModelId in interface ISUserpublic String getModelKey()
ISUserGetter for DB_ETERNAL.S_USER.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
getModelKey in interface ISUserpublic SUser setModelKey(String modelKey)
ISUserSetter for DB_ETERNAL.S_USER.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
setModelKey in interface ISUserpublic String getCategory()
ISUserGetter for DB_ETERNAL.S_USER.CATEGORY. 「category」- 用户分类
getCategory in interface ISUserpublic SUser setCategory(String category)
ISUserSetter for DB_ETERNAL.S_USER.CATEGORY. 「category」- 用户分类
setCategory in interface ISUserpublic String getSigma()
ISUserGetter for DB_ETERNAL.S_USER.SIGMA. 「sigma」- 用户绑定的统一标识
public SUser setSigma(String sigma)
ISUserSetter for DB_ETERNAL.S_USER.SIGMA. 「sigma」- 用户绑定的统一标识
public String getLanguage()
ISUserGetter for DB_ETERNAL.S_USER.LANGUAGE. 「language」- 使用的语言
getLanguage in interface ISUserpublic SUser setLanguage(String language)
ISUserSetter for DB_ETERNAL.S_USER.LANGUAGE. 「language」- 使用的语言
setLanguage in interface ISUserpublic Boolean getActive()
ISUserGetter for DB_ETERNAL.S_USER.ACTIVE. 「active」- 是否启用
public SUser setActive(Boolean active)
ISUserSetter for DB_ETERNAL.S_USER.ACTIVE. 「active」- 是否启用
public String getMetadata()
ISUserGetter for DB_ETERNAL.S_USER.METADATA. 「metadata」- 附加配置数据
getMetadata in interface ISUserpublic SUser setMetadata(String metadata)
ISUserSetter for DB_ETERNAL.S_USER.METADATA. 「metadata」- 附加配置数据
setMetadata in interface ISUserpublic LocalDateTime getCreatedAt()
ISUserGetter for DB_ETERNAL.S_USER.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface ISUserpublic SUser setCreatedAt(LocalDateTime createdAt)
ISUserSetter for DB_ETERNAL.S_USER.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface ISUserpublic String getCreatedBy()
ISUserGetter for DB_ETERNAL.S_USER.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface ISUserpublic SUser setCreatedBy(String createdBy)
ISUserSetter for DB_ETERNAL.S_USER.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface ISUserpublic LocalDateTime getUpdatedAt()
ISUserGetter for DB_ETERNAL.S_USER.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface ISUserpublic SUser setUpdatedAt(LocalDateTime updatedAt)
ISUserSetter for DB_ETERNAL.S_USER.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface ISUserpublic String getUpdatedBy()
ISUserGetter for DB_ETERNAL.S_USER.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface ISUserpublic SUser setUpdatedBy(String updatedBy)
ISUserSetter for DB_ETERNAL.S_USER.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface ISUserpublic void from(ISUser from)
Load data from another generated Record/POJO implementing the common interface ISUser
Copyright © 2021. All rights reserved.