Class SView
- java.lang.Object
-
- cn.vertxup.rbac.domain.tables.pojos.SView
-
- All Implemented Interfaces:
ISView,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class SView extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ISView
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SView()SView(ISView value)SView(io.vertx.core.json.JsonObject json)SView(String key, String name, String title, 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ISView from)Load data from another generated Record/POJO implementing the common interface ISViewBooleangetActive()Getter forDB_ETERNAL.S_VIEW.ACTIVE.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.S_VIEW.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.S_VIEW.CREATED_BY.StringgetCriteria()Getter forDB_ETERNAL.S_VIEW.CRITERIA.StringgetKey()Getter forDB_ETERNAL.S_VIEW.KEY.StringgetLanguage()Getter forDB_ETERNAL.S_VIEW.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.S_VIEW.METADATA.StringgetName()Getter forDB_ETERNAL.S_VIEW.NAME.StringgetOwner()Getter forDB_ETERNAL.S_VIEW.OWNER.StringgetOwnerType()Getter forDB_ETERNAL.S_VIEW.OWNER_TYPE.StringgetPosition()Getter forDB_ETERNAL.S_VIEW.POSITION.StringgetProjection()Getter forDB_ETERNAL.S_VIEW.PROJECTION.StringgetResourceId()Getter forDB_ETERNAL.S_VIEW.RESOURCE_ID.StringgetRows()Getter forDB_ETERNAL.S_VIEW.ROWS.StringgetSigma()Getter forDB_ETERNAL.S_VIEW.SIGMA.StringgetTitle()Getter forDB_ETERNAL.S_VIEW.TITLE.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.S_VIEW.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.S_VIEW.UPDATED_BY.BooleangetVisitant()Getter forDB_ETERNAL.S_VIEW.VISITANT.<E extends ISView>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ISViewSViewsetActive(Boolean active)Setter forDB_ETERNAL.S_VIEW.ACTIVE.SViewsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.S_VIEW.CREATED_AT.SViewsetCreatedBy(String createdBy)Setter forDB_ETERNAL.S_VIEW.CREATED_BY.SViewsetCriteria(String criteria)Setter forDB_ETERNAL.S_VIEW.CRITERIA.SViewsetKey(String key)Setter forDB_ETERNAL.S_VIEW.KEY.SViewsetLanguage(String language)Setter forDB_ETERNAL.S_VIEW.LANGUAGE.SViewsetMetadata(String metadata)Setter forDB_ETERNAL.S_VIEW.METADATA.SViewsetName(String name)Setter forDB_ETERNAL.S_VIEW.NAME.SViewsetOwner(String owner)Setter forDB_ETERNAL.S_VIEW.OWNER.SViewsetOwnerType(String ownerType)Setter forDB_ETERNAL.S_VIEW.OWNER_TYPE.SViewsetPosition(String position)Setter forDB_ETERNAL.S_VIEW.POSITION.SViewsetProjection(String projection)Setter forDB_ETERNAL.S_VIEW.PROJECTION.SViewsetResourceId(String resourceId)Setter forDB_ETERNAL.S_VIEW.RESOURCE_ID.SViewsetRows(String rows)Setter forDB_ETERNAL.S_VIEW.ROWS.SViewsetSigma(String sigma)Setter forDB_ETERNAL.S_VIEW.SIGMA.SViewsetTitle(String title)Setter forDB_ETERNAL.S_VIEW.TITLE.SViewsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.S_VIEW.UPDATED_AT.SViewsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.S_VIEW.UPDATED_BY.SViewsetVisitant(Boolean visitant)Setter forDB_ETERNAL.S_VIEW.VISITANT.StringtoString()
-
-
-
Constructor Detail
-
SView
public SView()
-
SView
public SView(ISView value)
-
SView
public SView(String key, String name, String title, 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
public SView(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录ID
-
getName
public String getName()
Getter forDB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
-
setName
public SView setName(String name)
Setter forDB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
-
getTitle
public String getTitle()
Getter forDB_ETERNAL.S_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择
-
setTitle
public SView setTitle(String title)
Setter forDB_ETERNAL.S_VIEW.TITLE. 「title」- 视图标题,用户输入,可选择
-
getOwner
public String getOwner()
Getter forDB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID
-
setOwner
public SView setOwner(String owner)
Setter forDB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID
-
getOwnerType
public String getOwnerType()
Getter forDB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户- Specified by:
getOwnerTypein interfaceISView
-
setOwnerType
public SView setOwnerType(String ownerType)
Setter forDB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户- Specified by:
setOwnerTypein interfaceISView
-
getResourceId
public String getResourceId()
Getter forDB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源ID- Specified by:
getResourceIdin interfaceISView
-
setResourceId
public SView setResourceId(String resourceId)
Setter forDB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源ID- Specified by:
setResourceIdin interfaceISView
-
getProjection
public String getProjection()
Getter forDB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)- Specified by:
getProjectionin interfaceISView
-
setProjection
public SView setProjection(String projection)
Setter forDB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)- Specified by:
setProjectionin interfaceISView
-
getCriteria
public String getCriteria()
Getter forDB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)- Specified by:
getCriteriain interfaceISView
-
setCriteria
public SView setCriteria(String criteria)
Setter forDB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)- Specified by:
setCriteriain interfaceISView
-
getRows
public String getRows()
Getter forDB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
-
getPosition
public String getPosition()
Getter forDB_ETERNAL.S_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度- Specified by:
getPositionin interfaceISView
-
setPosition
public SView setPosition(String position)
Setter forDB_ETERNAL.S_VIEW.POSITION. 「position」- 当前视图的模块位置,比页面低一个维度- Specified by:
setPositionin interfaceISView
-
getVisitant
public Boolean getVisitant()
Getter forDB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者- Specified by:
getVisitantin interfaceISView
-
setVisitant
public SView setVisitant(Boolean visitant)
Setter forDB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者- Specified by:
setVisitantin interfaceISView
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
-
setSigma
public SView setSigma(String sigma)
Setter forDB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceISView
-
setLanguage
public SView setLanguage(String language)
Setter forDB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceISView
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用
-
setActive
public SView setActive(Boolean active)
Setter forDB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据- Specified by:
getMetadatain interfaceISView
-
setMetadata
public SView setMetadata(String metadata)
Setter forDB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据- Specified by:
setMetadatain interfaceISView
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceISView
-
setCreatedAt
public SView setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceISView
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceISView
-
setCreatedBy
public SView setCreatedBy(String createdBy)
Setter forDB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceISView
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceISView
-
setUpdatedAt
public SView setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceISView
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceISView
-
setUpdatedBy
public SView setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceISView
-
from
public void from(ISView from)
Description copied from interface:ISViewLoad data from another generated Record/POJO implementing the common interface ISView
-
-