@Generated(value={"http://www.jooq.org","3.2.0"}, comments="This class is generated by jOOQ") public class UserRoles extends Object implements IUserRoles
| Constructor and Description |
|---|
UserRoles() |
UserRoles(Long userId,
Long roleId) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IUserRoles from)
Load data from another generated Record/POJO implementing the common interface IUserRoles
|
Long |
getRoleId()
Getter for
PUBLIC.USER_ROLES.ROLE_ID. |
Long |
getUserId()
Getter for
PUBLIC.USER_ROLES.USER_ID. |
<E extends IUserRoles> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IUserRoles
|
UserRoles |
setRoleId(Long roleId)
Setter for
PUBLIC.USER_ROLES.ROLE_ID. |
UserRoles |
setUserId(Long userId)
Setter for
PUBLIC.USER_ROLES.USER_ID. |
public Long getUserId()
IUserRolesPUBLIC.USER_ROLES.USER_ID.getUserId in interface IUserRolespublic UserRoles setUserId(Long userId)
IUserRolesPUBLIC.USER_ROLES.USER_ID.setUserId in interface IUserRolespublic Long getRoleId()
IUserRolesPUBLIC.USER_ROLES.ROLE_ID.getRoleId in interface IUserRolespublic UserRoles setRoleId(Long roleId)
IUserRolesPUBLIC.USER_ROLES.ROLE_ID.setRoleId in interface IUserRolespublic void from(IUserRoles from)
from in interface IUserRolespublic <E extends IUserRoles> E into(E into)
into in interface IUserRolesCopyright © 2013. All Rights Reserved.