@Generated(value={"http://www.jooq.org","3.2.0"}, comments="This class is generated by jOOQ") public interface IUserRoles extends Serializable
| 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
|
IUserRoles |
setRoleId(Long value)
Setter for
PUBLIC.USER_ROLES.ROLE_ID. |
IUserRoles |
setUserId(Long value)
Setter for
PUBLIC.USER_ROLES.USER_ID. |
IUserRoles setUserId(Long value)
PUBLIC.USER_ROLES.USER_ID.Long getUserId()
PUBLIC.USER_ROLES.USER_ID.IUserRoles setRoleId(Long value)
PUBLIC.USER_ROLES.ROLE_ID.Long getRoleId()
PUBLIC.USER_ROLES.ROLE_ID.void from(IUserRoles from)
<E extends IUserRoles> E into(E into)
Copyright © 2013. All Rights Reserved.