@Generated(value={"http://www.jooq.org","3.2.0"}, comments="This class is generated by jOOQ") public interface IRole extends Serializable
| 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
|
IRole |
setId(Long value)
Setter for
PUBLIC.ROLE.ID. |
IRole |
setName(String value)
Setter for
PUBLIC.ROLE.NAME. |
Long getId()
PUBLIC.ROLE.ID.String getName()
PUBLIC.ROLE.NAME.void from(IRole from)
<E extends IRole> E into(E into)
Copyright © 2013. All Rights Reserved.