Class UiOp
- java.lang.Object
-
- cn.vertxup.ui.domain.tables.pojos.UiOp
-
- All Implemented Interfaces:
IUiOp,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class UiOp extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IUiOp
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UiOp()UiOp(IUiOp value)UiOp(io.vertx.core.json.JsonObject json)UiOp(String key, String action, String text, String event, String clientKey, String clientId, String config, String plugin, String controlId, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IUiOp from)Load data from another generated Record/POJO implementing the common interface IUiOpStringgetAction()Getter forDB_ETERNAL.UI_OP.ACTION.BooleangetActive()Getter forDB_ETERNAL.UI_OP.ACTIVE.StringgetClientId()Getter forDB_ETERNAL.UI_OP.CLIENT_ID.StringgetClientKey()Getter forDB_ETERNAL.UI_OP.CLIENT_KEY.StringgetConfig()Getter forDB_ETERNAL.UI_OP.CONFIG.StringgetControlId()Getter forDB_ETERNAL.UI_OP.CONTROL_ID.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.UI_OP.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.UI_OP.CREATED_BY.StringgetEvent()Getter forDB_ETERNAL.UI_OP.EVENT.StringgetKey()Getter forDB_ETERNAL.UI_OP.KEY.StringgetLanguage()Getter forDB_ETERNAL.UI_OP.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.UI_OP.METADATA.StringgetPlugin()Getter forDB_ETERNAL.UI_OP.PLUGIN.StringgetSigma()Getter forDB_ETERNAL.UI_OP.SIGMA.StringgetText()Getter forDB_ETERNAL.UI_OP.TEXT.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.UI_OP.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.UI_OP.UPDATED_BY.<E extends IUiOp>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IUiOpUiOpsetAction(String action)Setter forDB_ETERNAL.UI_OP.ACTION.UiOpsetActive(Boolean active)Setter forDB_ETERNAL.UI_OP.ACTIVE.UiOpsetClientId(String clientId)Setter forDB_ETERNAL.UI_OP.CLIENT_ID.UiOpsetClientKey(String clientKey)Setter forDB_ETERNAL.UI_OP.CLIENT_KEY.UiOpsetConfig(String config)Setter forDB_ETERNAL.UI_OP.CONFIG.UiOpsetControlId(String controlId)Setter forDB_ETERNAL.UI_OP.CONTROL_ID.UiOpsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.UI_OP.CREATED_AT.UiOpsetCreatedBy(String createdBy)Setter forDB_ETERNAL.UI_OP.CREATED_BY.UiOpsetEvent(String event)Setter forDB_ETERNAL.UI_OP.EVENT.UiOpsetKey(String key)Setter forDB_ETERNAL.UI_OP.KEY.UiOpsetLanguage(String language)Setter forDB_ETERNAL.UI_OP.LANGUAGE.UiOpsetMetadata(String metadata)Setter forDB_ETERNAL.UI_OP.METADATA.UiOpsetPlugin(String plugin)Setter forDB_ETERNAL.UI_OP.PLUGIN.UiOpsetSigma(String sigma)Setter forDB_ETERNAL.UI_OP.SIGMA.UiOpsetText(String text)Setter forDB_ETERNAL.UI_OP.TEXT.UiOpsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.UI_OP.UPDATED_AT.UiOpsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.UI_OP.UPDATED_BY.StringtoString()
-
-
-
Constructor Detail
-
UiOp
public UiOp()
-
UiOp
public UiOp(IUiOp value)
-
UiOp
public UiOp(String key, String action, String text, String event, String clientKey, String clientId, String config, String plugin, String controlId, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
-
UiOp
public UiOp(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.UI_OP.KEY. 「key」- 操作主键
-
getAction
public String getAction()
Getter forDB_ETERNAL.UI_OP.ACTION. 「action」- S_ACTION中的code(权限检查专用)
-
setAction
public UiOp setAction(String action)
Setter forDB_ETERNAL.UI_OP.ACTION. 「action」- S_ACTION中的code(权限检查专用)
-
getText
public String getText()
Getter forDB_ETERNAL.UI_OP.TEXT. 「text」- 该操作上的文字信息
-
getEvent
public String getEvent()
Getter forDB_ETERNAL.UI_OP.EVENT. 「event」- 操作中的 event 事件名称
-
setEvent
public UiOp setEvent(String event)
Setter forDB_ETERNAL.UI_OP.EVENT. 「event」- 操作中的 event 事件名称
-
getClientKey
public String getClientKey()
Getter forDB_ETERNAL.UI_OP.CLIENT_KEY. 「clientKey」- 一般是Html中对应的key信息,如 $opSave- Specified by:
getClientKeyin interfaceIUiOp
-
setClientKey
public UiOp setClientKey(String clientKey)
Setter forDB_ETERNAL.UI_OP.CLIENT_KEY. 「clientKey」- 一般是Html中对应的key信息,如 $opSave- Specified by:
setClientKeyin interfaceIUiOp
-
getClientId
public String getClientId()
Getter forDB_ETERNAL.UI_OP.CLIENT_ID. 「clientId」- 没有特殊情况,clientId = clientKey- Specified by:
getClientIdin interfaceIUiOp
-
setClientId
public UiOp setClientId(String clientId)
Setter forDB_ETERNAL.UI_OP.CLIENT_ID. 「clientId」- 没有特殊情况,clientId = clientKey- Specified by:
setClientIdin interfaceIUiOp
-
getConfig
public String getConfig()
Getter forDB_ETERNAL.UI_OP.CONFIG. 「config」- 该按钮操作对应的配置数据信息, icon, type
-
setConfig
public UiOp setConfig(String config)
Setter forDB_ETERNAL.UI_OP.CONFIG. 「config」- 该按钮操作对应的配置数据信息, icon, type
-
getPlugin
public String getPlugin()
Getter forDB_ETERNAL.UI_OP.PLUGIN. 「plugin」- 该按钮中的插件,如 tooltip,component等
-
setPlugin
public UiOp setPlugin(String plugin)
Setter forDB_ETERNAL.UI_OP.PLUGIN. 「plugin」- 该按钮中的插件,如 tooltip,component等
-
getControlId
public String getControlId()
Getter forDB_ETERNAL.UI_OP.CONTROL_ID. 「controlId」- 挂载专用的ID- Specified by:
getControlIdin interfaceIUiOp
-
setControlId
public UiOp setControlId(String controlId)
Setter forDB_ETERNAL.UI_OP.CONTROL_ID. 「controlId」- 挂载专用的ID- Specified by:
setControlIdin interfaceIUiOp
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.UI_OP.ACTIVE. 「active」- 是否启用
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.UI_OP.SIGMA. 「sigma」- 统一标识
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.UI_OP.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceIUiOp
-
setMetadata
public UiOp setMetadata(String metadata)
Setter forDB_ETERNAL.UI_OP.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceIUiOp
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.UI_OP.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIUiOp
-
setLanguage
public UiOp setLanguage(String language)
Setter forDB_ETERNAL.UI_OP.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIUiOp
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.UI_OP.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIUiOp
-
setCreatedAt
public UiOp setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.UI_OP.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIUiOp
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.UI_OP.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIUiOp
-
setCreatedBy
public UiOp setCreatedBy(String createdBy)
Setter forDB_ETERNAL.UI_OP.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIUiOp
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.UI_OP.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIUiOp
-
setUpdatedAt
public UiOp setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.UI_OP.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIUiOp
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.UI_OP.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIUiOp
-
setUpdatedBy
public UiOp setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.UI_OP.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIUiOp
-
from
public void from(IUiOp from)
Description copied from interface:IUiOpLoad data from another generated Record/POJO implementing the common interface IUiOp
-
-