@Generated(value={"http://www.jooq.org","3.2.0"}, comments="This class is generated by jOOQ") public class Role extends Object implements IRole
| Modifier and Type | Method and Description |
|---|---|
void |
from(IRole from)
Load data from another generated Record/POJO implementing the common interface IRole
|
Long |
getId()
Getter for
PUBLIC.ROLE.ID. |
String |
getName()
Getter for
PUBLIC.ROLE.NAME. |
<E extends IRole> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IRole
|
Role |
setId(Long id)
Setter for
PUBLIC.ROLE.ID. |
Role |
setName(String name)
Setter for
PUBLIC.ROLE.NAME. |
public Role setId(Long id)
IRolePUBLIC.ROLE.ID.public String getName()
IRolePUBLIC.ROLE.NAME.public Role setName(String name)
IRolePUBLIC.ROLE.NAME.public void from(IRole from)
Copyright © 2013. All Rights Reserved.