#set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' )
@Entity
public class Role
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LIST_AVAILABLE |
| Constructor and Description |
|---|
Role() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getId()
Get Role Database Id
|
java.lang.String |
getRole()
Get Role Name
|
void |
setRole(java.lang.String role)
Set Role Name
|
public static final java.lang.String LIST_AVAILABLE