Class RUserRole
- java.lang.Object
-
- cn.vertxup.rbac.domain.tables.pojos.RUserRole
-
- All Implemented Interfaces:
IRUserRole,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class RUserRole extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IRUserRole
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IRUserRole from)Load data from another generated Record/POJO implementing the common interface IRUserRoleIntegergetPriority()Getter forDB_ETERNAL.R_USER_ROLE.PRIORITY.StringgetRoleId()Getter forDB_ETERNAL.R_USER_ROLE.ROLE_ID.StringgetUserId()Getter forDB_ETERNAL.R_USER_ROLE.USER_ID.<E extends IRUserRole>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IRUserRoleRUserRolesetPriority(Integer priority)Setter forDB_ETERNAL.R_USER_ROLE.PRIORITY.RUserRolesetRoleId(String roleId)Setter forDB_ETERNAL.R_USER_ROLE.ROLE_ID.RUserRolesetUserId(String userId)Setter forDB_ETERNAL.R_USER_ROLE.USER_ID.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cn.vertxup.rbac.domain.tables.interfaces.IRUserRole
fromJson, toJson
-
-
-
-
Constructor Detail
-
RUserRole
public RUserRole()
-
RUserRole
public RUserRole(IRUserRole value)
-
RUserRole
public RUserRole(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getUserId
public String getUserId()
Getter forDB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID- Specified by:
getUserIdin interfaceIRUserRole
-
setUserId
public RUserRole setUserId(String userId)
Setter forDB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID- Specified by:
setUserIdin interfaceIRUserRole
-
getRoleId
public String getRoleId()
Getter forDB_ETERNAL.R_USER_ROLE.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
getRoleIdin interfaceIRUserRole
-
setRoleId
public RUserRole setRoleId(String roleId)
Setter forDB_ETERNAL.R_USER_ROLE.ROLE_ID. 「roleId」- 关联角色ID- Specified by:
setRoleIdin interfaceIRUserRole
-
getPriority
public Integer getPriority()
Getter forDB_ETERNAL.R_USER_ROLE.PRIORITY. 「priority」- 角色优先级- Specified by:
getPriorityin interfaceIRUserRole
-
setPriority
public RUserRole setPriority(Integer priority)
Setter forDB_ETERNAL.R_USER_ROLE.PRIORITY. 「priority」- 角色优先级- Specified by:
setPriorityin interfaceIRUserRole
-
from
public void from(IRUserRole from)
Description copied from interface:IRUserRoleLoad data from another generated Record/POJO implementing the common interface IRUserRole- Specified by:
fromin interfaceIRUserRole
-
into
public <E extends IRUserRole> E into(E into)
Description copied from interface:IRUserRoleCopy data into another generated Record/POJO implementing the common interface IRUserRole- Specified by:
intoin interfaceIRUserRole
-
-