@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
| 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()
ISUserDB_ETERNAL.S_USER.KEY. 「key」- 用户IDpublic SUser setKey(String key)
ISUserDB_ETERNAL.S_USER.KEY. 「key」- 用户IDpublic String getUsername()
ISUserDB_ETERNAL.S_USER.USERNAME. 「username」- 用户登录账号getUsername in interface ISUserpublic SUser setUsername(String username)
ISUserDB_ETERNAL.S_USER.USERNAME. 「username」- 用户登录账号setUsername in interface ISUserpublic String getRealname()
ISUserDB_ETERNAL.S_USER.REALNAME. 「realname」- 用户真实姓名getRealname in interface ISUserpublic SUser setRealname(String realname)
ISUserDB_ETERNAL.S_USER.REALNAME. 「realname」- 用户真实姓名setRealname in interface ISUserpublic String getAlias()
ISUserDB_ETERNAL.S_USER.ALIAS. 「alias」- 用户昵称public SUser setAlias(String alias)
ISUserDB_ETERNAL.S_USER.ALIAS. 「alias」- 用户昵称public String getMobile()
ISUserDB_ETERNAL.S_USER.MOBILE. 「mobile」- 用户登录手机public SUser setMobile(String mobile)
ISUserDB_ETERNAL.S_USER.MOBILE. 「mobile」- 用户登录手机public String getEmail()
ISUserDB_ETERNAL.S_USER.EMAIL. 「email」- 用户登录EMAIL地址public SUser setEmail(String email)
ISUserDB_ETERNAL.S_USER.EMAIL. 「email」- 用户登录EMAIL地址public String getPassword()
ISUserDB_ETERNAL.S_USER.PASSWORD. 「password」- 用户登录密码getPassword in interface ISUserpublic SUser setPassword(String password)
ISUserDB_ETERNAL.S_USER.PASSWORD. 「password」- 用户登录密码setPassword in interface ISUserpublic String getModelId()
ISUserDB_ETERNAL.S_USER.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述getModelId in interface ISUserpublic SUser setModelId(String modelId)
ISUserDB_ETERNAL.S_USER.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述setModelId in interface ISUserpublic String getModelKey()
ISUserDB_ETERNAL.S_USER.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录getModelKey in interface ISUserpublic SUser setModelKey(String modelKey)
ISUserDB_ETERNAL.S_USER.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录setModelKey in interface ISUserpublic String getCategory()
ISUserDB_ETERNAL.S_USER.CATEGORY. 「category」- 用户分类getCategory in interface ISUserpublic SUser setCategory(String category)
ISUserDB_ETERNAL.S_USER.CATEGORY. 「category」- 用户分类setCategory in interface ISUserpublic String getSigma()
ISUserDB_ETERNAL.S_USER.SIGMA. 「sigma」- 用户绑定的统一标识public SUser setSigma(String sigma)
ISUserDB_ETERNAL.S_USER.SIGMA. 「sigma」- 用户绑定的统一标识public String getLanguage()
ISUserDB_ETERNAL.S_USER.LANGUAGE. 「language」- 使用的语言getLanguage in interface ISUserpublic SUser setLanguage(String language)
ISUserDB_ETERNAL.S_USER.LANGUAGE. 「language」- 使用的语言setLanguage in interface ISUserpublic Boolean getActive()
ISUserDB_ETERNAL.S_USER.ACTIVE. 「active」- 是否启用public SUser setActive(Boolean active)
ISUserDB_ETERNAL.S_USER.ACTIVE. 「active」- 是否启用public String getMetadata()
ISUserDB_ETERNAL.S_USER.METADATA. 「metadata」- 附加配置数据getMetadata in interface ISUserpublic SUser setMetadata(String metadata)
ISUserDB_ETERNAL.S_USER.METADATA. 「metadata」- 附加配置数据setMetadata in interface ISUserpublic LocalDateTime getCreatedAt()
ISUserDB_ETERNAL.S_USER.CREATED_AT. 「createdAt」- 创建时间getCreatedAt in interface ISUserpublic SUser setCreatedAt(LocalDateTime createdAt)
ISUserDB_ETERNAL.S_USER.CREATED_AT. 「createdAt」- 创建时间setCreatedAt in interface ISUserpublic String getCreatedBy()
ISUserDB_ETERNAL.S_USER.CREATED_BY. 「createdBy」- 创建人getCreatedBy in interface ISUserpublic SUser setCreatedBy(String createdBy)
ISUserDB_ETERNAL.S_USER.CREATED_BY. 「createdBy」- 创建人setCreatedBy in interface ISUserpublic LocalDateTime getUpdatedAt()
ISUserDB_ETERNAL.S_USER.UPDATED_AT. 「updatedAt」- 更新时间getUpdatedAt in interface ISUserpublic SUser setUpdatedAt(LocalDateTime updatedAt)
ISUserDB_ETERNAL.S_USER.UPDATED_AT. 「updatedAt」- 更新时间setUpdatedAt in interface ISUserpublic String getUpdatedBy()
ISUserDB_ETERNAL.S_USER.UPDATED_BY. 「updatedBy」- 更新人getUpdatedBy in interface ISUserpublic SUser setUpdatedBy(String updatedBy)
ISUserDB_ETERNAL.S_USER.UPDATED_BY. 「updatedBy」- 更新人setUpdatedBy in interface ISUserpublic void from(ISUser from)
Copyright © 2020. All rights reserved.