Class SAction
- java.lang.Object
-
- cn.vertxup.rbac.domain.tables.pojos.SAction
-
- All Implemented Interfaces:
ISAction,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class SAction extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ISAction
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAction()SAction(ISAction value)SAction(io.vertx.core.json.JsonObject json)SAction(String key, String name, String code, String resourceId, String permissionId, Integer level, String uri, String method, String sigma, String renewalCredit, String language, Boolean active, String metadata, String comment, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ISAction from)Load data from another generated Record/POJO implementing the common interface ISActionBooleangetActive()Getter forDB_ETERNAL.S_ACTION.ACTIVE.StringgetCode()Getter forDB_ETERNAL.S_ACTION.CODE.StringgetComment()Getter forDB_ETERNAL.S_ACTION.COMMENT.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.S_ACTION.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.S_ACTION.CREATED_BY.StringgetKey()Getter forDB_ETERNAL.S_ACTION.KEY.StringgetLanguage()Getter forDB_ETERNAL.S_ACTION.LANGUAGE.IntegergetLevel()Getter forDB_ETERNAL.S_ACTION.LEVEL.StringgetMetadata()Getter forDB_ETERNAL.S_ACTION.METADATA.StringgetMethod()Getter forDB_ETERNAL.S_ACTION.METHOD.StringgetName()Getter forDB_ETERNAL.S_ACTION.NAME.StringgetPermissionId()Getter forDB_ETERNAL.S_ACTION.PERMISSION_ID.StringgetRenewalCredit()Getter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.StringgetResourceId()Getter forDB_ETERNAL.S_ACTION.RESOURCE_ID.StringgetSigma()Getter forDB_ETERNAL.S_ACTION.SIGMA.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.S_ACTION.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.S_ACTION.UPDATED_BY.StringgetUri()Getter forDB_ETERNAL.S_ACTION.URI.<E extends ISAction>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ISActionSActionsetActive(Boolean active)Setter forDB_ETERNAL.S_ACTION.ACTIVE.SActionsetCode(String code)Setter forDB_ETERNAL.S_ACTION.CODE.SActionsetComment(String comment)Setter forDB_ETERNAL.S_ACTION.COMMENT.SActionsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.S_ACTION.CREATED_AT.SActionsetCreatedBy(String createdBy)Setter forDB_ETERNAL.S_ACTION.CREATED_BY.SActionsetKey(String key)Setter forDB_ETERNAL.S_ACTION.KEY.SActionsetLanguage(String language)Setter forDB_ETERNAL.S_ACTION.LANGUAGE.SActionsetLevel(Integer level)Setter forDB_ETERNAL.S_ACTION.LEVEL.SActionsetMetadata(String metadata)Setter forDB_ETERNAL.S_ACTION.METADATA.SActionsetMethod(String method)Setter forDB_ETERNAL.S_ACTION.METHOD.SActionsetName(String name)Setter forDB_ETERNAL.S_ACTION.NAME.SActionsetPermissionId(String permissionId)Setter forDB_ETERNAL.S_ACTION.PERMISSION_ID.SActionsetRenewalCredit(String renewalCredit)Setter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.SActionsetResourceId(String resourceId)Setter forDB_ETERNAL.S_ACTION.RESOURCE_ID.SActionsetSigma(String sigma)Setter forDB_ETERNAL.S_ACTION.SIGMA.SActionsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.S_ACTION.UPDATED_AT.SActionsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.S_ACTION.UPDATED_BY.SActionsetUri(String uri)Setter forDB_ETERNAL.S_ACTION.URI.StringtoString()
-
-
-
Constructor Detail
-
SAction
public SAction()
-
SAction
public SAction(ISAction value)
-
SAction
public SAction(String key, String name, String code, String resourceId, String permissionId, Integer level, String uri, String method, String sigma, String renewalCredit, String language, Boolean active, String metadata, String comment, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
-
SAction
public SAction(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID
-
getName
public String getName()
Getter forDB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称
-
getCode
public String getCode()
Getter forDB_ETERNAL.S_ACTION.CODE. 「code」- 操作码
-
getResourceId
public String getResourceId()
Getter forDB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID- Specified by:
getResourceIdin interfaceISAction
-
setResourceId
public SAction setResourceId(String resourceId)
Setter forDB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID- Specified by:
setResourceIdin interfaceISAction
-
getPermissionId
public String getPermissionId()
Getter forDB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限- Specified by:
getPermissionIdin interfaceISAction
-
setPermissionId
public SAction setPermissionId(String permissionId)
Setter forDB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限- Specified by:
setPermissionIdin interfaceISAction
-
getLevel
public Integer getLevel()
Getter forDB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
-
setLevel
public SAction setLevel(Integer level)
Setter forDB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
-
getUri
public String getUri()
Getter forDB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址
-
getMethod
public String getMethod()
Getter forDB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法
-
setMethod
public SAction setMethod(String method)
Setter forDB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识
-
getRenewalCredit
public String getRenewalCredit()
Getter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证- Specified by:
getRenewalCreditin interfaceISAction
-
setRenewalCredit
public SAction setRenewalCredit(String renewalCredit)
Setter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证- Specified by:
setRenewalCreditin interfaceISAction
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceISAction
-
setLanguage
public SAction setLanguage(String language)
Setter forDB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceISAction
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用
-
setActive
public SAction setActive(Boolean active)
Setter forDB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据- Specified by:
getMetadatain interfaceISAction
-
setMetadata
public SAction setMetadata(String metadata)
Setter forDB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据- Specified by:
setMetadatain interfaceISAction
-
getComment
public String getComment()
Getter forDB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明- Specified by:
getCommentin interfaceISAction
-
setComment
public SAction setComment(String comment)
Setter forDB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明- Specified by:
setCommentin interfaceISAction
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceISAction
-
setCreatedAt
public SAction setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceISAction
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceISAction
-
setCreatedBy
public SAction setCreatedBy(String createdBy)
Setter forDB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceISAction
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceISAction
-
setUpdatedAt
public SAction setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceISAction
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceISAction
-
setUpdatedBy
public SAction setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceISAction
-
from
public void from(ISAction from)
Description copied from interface:ISActionLoad data from another generated Record/POJO implementing the common interface ISAction
-
-