@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SView extends Object implements ISView
| Constructor and Description |
|---|
SView() |
SView(io.vertx.core.json.JsonObject json) |
SView(String key,
String name,
String owner,
String ownerType,
String resourceId,
String projection,
String criteria,
String rows,
String position,
String sigma,
String language,
Boolean active,
String metadata,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
SView(SView value) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(ISView from)
Load data from another generated Record/POJO implementing the common interface ISView
|
Boolean |
getActive()
Getter for
DB_ETERNAL.S_VIEW.ACTIVE. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.S_VIEW.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.S_VIEW.CREATED_BY. |
String |
getCriteria()
Getter for
DB_ETERNAL.S_VIEW.CRITERIA. |
String |
getKey()
Getter for
DB_ETERNAL.S_VIEW.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.S_VIEW.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.S_VIEW.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.S_VIEW.NAME. |
String |
getOwner()
Getter for
DB_ETERNAL.S_VIEW.OWNER. |
String |
getOwnerType()
Getter for
DB_ETERNAL.S_VIEW.OWNER_TYPE. |
String |
getPosition()
Getter for
DB_ETERNAL.S_VIEW.POSITION. |
String |
getProjection()
Getter for
DB_ETERNAL.S_VIEW.PROJECTION. |
String |
getResourceId()
Getter for
DB_ETERNAL.S_VIEW.RESOURCE_ID. |
String |
getRows()
Getter for
DB_ETERNAL.S_VIEW.ROWS. |
String |
getSigma()
Getter for
DB_ETERNAL.S_VIEW.SIGMA. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.S_VIEW.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.S_VIEW.UPDATED_BY. |
<E extends ISView> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ISView
|
SView |
setActive(Boolean active)
Setter for
DB_ETERNAL.S_VIEW.ACTIVE. |
SView |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.S_VIEW.CREATED_AT. |
SView |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.S_VIEW.CREATED_BY. |
SView |
setCriteria(String criteria)
Setter for
DB_ETERNAL.S_VIEW.CRITERIA. |
SView |
setKey(String key)
Setter for
DB_ETERNAL.S_VIEW.KEY. |
SView |
setLanguage(String language)
Setter for
DB_ETERNAL.S_VIEW.LANGUAGE. |
SView |
setMetadata(String metadata)
Setter for
DB_ETERNAL.S_VIEW.METADATA. |
SView |
setName(String name)
Setter for
DB_ETERNAL.S_VIEW.NAME. |
SView |
setOwner(String owner)
Setter for
DB_ETERNAL.S_VIEW.OWNER. |
SView |
setOwnerType(String ownerType)
Setter for
DB_ETERNAL.S_VIEW.OWNER_TYPE. |
SView |
setPosition(String position)
Setter for
DB_ETERNAL.S_VIEW.POSITION. |
SView |
setProjection(String projection)
Setter for
DB_ETERNAL.S_VIEW.PROJECTION. |
SView |
setResourceId(String resourceId)
Setter for
DB_ETERNAL.S_VIEW.RESOURCE_ID. |
SView |
setRows(String rows)
Setter for
DB_ETERNAL.S_VIEW.ROWS. |
SView |
setSigma(String sigma)
Setter for
DB_ETERNAL.S_VIEW.SIGMA. |
SView |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.S_VIEW.UPDATED_AT. |
SView |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.S_VIEW.UPDATED_BY. |
String |
toString() |
public SView()
public SView(SView value)
public SView(String key, String name, String owner, String ownerType, String resourceId, String projection, String criteria, String rows, String position, String sigma, String language, Boolean active, String metadata, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public SView(io.vertx.core.json.JsonObject json)
public String getKey()
ISViewDB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录IDpublic SView setKey(String key)
ISViewDB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录IDpublic String getName()
ISViewDB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图public SView setName(String name)
ISViewDB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图public String getOwner()
ISViewDB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色IDpublic SView setOwner(String owner)
ISViewDB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色IDpublic String getOwnerType()
ISViewDB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户getOwnerType in interface ISViewpublic SView setOwnerType(String ownerType)
ISViewDB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户setOwnerType in interface ISViewpublic String getResourceId()
ISViewDB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源IDgetResourceId in interface ISViewpublic SView setResourceId(String resourceId)
ISViewDB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源IDsetResourceId in interface ISViewpublic String getProjection()
ISViewDB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)getProjection in interface ISViewpublic SView setProjection(String projection)
ISViewDB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)setProjection in interface ISViewpublic String getCriteria()
ISViewDB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)getCriteria in interface ISViewpublic SView setCriteria(String criteria)
ISViewDB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)setCriteria in interface ISViewpublic String getRows()
ISViewDB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤public SView setRows(String rows)
ISViewDB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤public String getPosition()
ISViewDB_ETERNAL.S_VIEW.POSITION. 「position」- 当前列的顺序信息getPosition in interface ISViewpublic SView setPosition(String position)
ISViewDB_ETERNAL.S_VIEW.POSITION. 「position」- 当前列的顺序信息setPosition in interface ISViewpublic String getSigma()
ISViewDB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识public SView setSigma(String sigma)
ISViewDB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识public String getLanguage()
ISViewDB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言getLanguage in interface ISViewpublic SView setLanguage(String language)
ISViewDB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言setLanguage in interface ISViewpublic Boolean getActive()
ISViewDB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用public SView setActive(Boolean active)
ISViewDB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用public String getMetadata()
ISViewDB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据getMetadata in interface ISViewpublic SView setMetadata(String metadata)
ISViewDB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据setMetadata in interface ISViewpublic LocalDateTime getCreatedAt()
ISViewDB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间getCreatedAt in interface ISViewpublic SView setCreatedAt(LocalDateTime createdAt)
ISViewDB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间setCreatedAt in interface ISViewpublic String getCreatedBy()
ISViewDB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人getCreatedBy in interface ISViewpublic SView setCreatedBy(String createdBy)
ISViewDB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人setCreatedBy in interface ISViewpublic LocalDateTime getUpdatedAt()
ISViewDB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间getUpdatedAt in interface ISViewpublic SView setUpdatedAt(LocalDateTime updatedAt)
ISViewDB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间setUpdatedAt in interface ISViewpublic String getUpdatedBy()
ISViewDB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人getUpdatedBy in interface ISViewpublic SView setUpdatedBy(String updatedBy)
ISViewDB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人setUpdatedBy in interface ISViewpublic void from(ISView from)
Copyright © 2020. All rights reserved.