@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
This class is generated by jOOQ.
| 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,
Boolean visitant,
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. |
Boolean |
getVisitant()
Getter for
DB_ETERNAL.S_VIEW.VISITANT. |
<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. |
SView |
setVisitant(Boolean visitant)
Setter for
DB_ETERNAL.S_VIEW.VISITANT. |
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, Boolean visitant, 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()
ISViewGetter for DB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录ID
public SView setKey(String key)
ISViewSetter for DB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录ID
public String getName()
ISViewGetter for DB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
public SView setName(String name)
ISViewSetter for DB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
public String getOwner()
ISViewGetter for DB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID
public SView setOwner(String owner)
ISViewSetter for DB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID
public String getOwnerType()
ISViewGetter for DB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
getOwnerType in interface ISViewpublic SView setOwnerType(String ownerType)
ISViewSetter for DB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
setOwnerType in interface ISViewpublic String getResourceId()
ISViewGetter for DB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源ID
getResourceId in interface ISViewpublic SView setResourceId(String resourceId)
ISViewSetter for DB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源ID
setResourceId in interface ISViewpublic String getProjection()
ISViewGetter for DB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)
getProjection in interface ISViewpublic SView setProjection(String projection)
ISViewSetter for DB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)
setProjection in interface ISViewpublic String getCriteria()
ISViewGetter for DB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)
getCriteria in interface ISViewpublic SView setCriteria(String criteria)
ISViewSetter for DB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)
setCriteria in interface ISViewpublic String getRows()
ISViewGetter for DB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
public SView setRows(String rows)
ISViewSetter for DB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
public String getPosition()
ISViewGetter for DB_ETERNAL.S_VIEW.POSITION. 「position」- 当前列的顺序信息
getPosition in interface ISViewpublic SView setPosition(String position)
ISViewSetter for DB_ETERNAL.S_VIEW.POSITION. 「position」- 当前列的顺序信息
setPosition in interface ISViewpublic Boolean getVisitant()
ISViewGetter for DB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者
getVisitant in interface ISViewpublic SView setVisitant(Boolean visitant)
ISViewSetter for DB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者
setVisitant in interface ISViewpublic String getSigma()
ISViewGetter for DB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
public SView setSigma(String sigma)
ISViewSetter for DB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
public String getLanguage()
ISViewGetter for DB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言
getLanguage in interface ISViewpublic SView setLanguage(String language)
ISViewSetter for DB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言
setLanguage in interface ISViewpublic Boolean getActive()
ISViewGetter for DB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用
public SView setActive(Boolean active)
ISViewSetter for DB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用
public String getMetadata()
ISViewGetter for DB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据
getMetadata in interface ISViewpublic SView setMetadata(String metadata)
ISViewSetter for DB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据
setMetadata in interface ISViewpublic LocalDateTime getCreatedAt()
ISViewGetter for DB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface ISViewpublic SView setCreatedAt(LocalDateTime createdAt)
ISViewSetter for DB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface ISViewpublic String getCreatedBy()
ISViewGetter for DB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface ISViewpublic SView setCreatedBy(String createdBy)
ISViewSetter for DB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface ISViewpublic LocalDateTime getUpdatedAt()
ISViewGetter for DB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface ISViewpublic SView setUpdatedAt(LocalDateTime updatedAt)
ISViewSetter for DB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface ISViewpublic String getUpdatedBy()
ISViewGetter for DB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface ISViewpublic SView setUpdatedBy(String updatedBy)
ISViewSetter for DB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface ISViewpublic void from(ISView from)
Load data from another generated Record/POJO implementing the common interface ISView
Copyright © 2020. All rights reserved.