@Entity public class Role extends BaseModel
| Constructor and Description | 
|---|
Role()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Authority> | 
getAuthorities()
Authorities of this role. 
 | 
String | 
getName()
Descriptive name. 
 | 
void | 
setAuthorities(Collection<Authority> authorities)  | 
void | 
setName(String name)  | 
equals, getId, getVersion, hashCode, setId, setVersionpublic Role()
public Collection<Authority> getAuthorities()
public void setAuthorities(Collection<Authority> authorities)
Copyright © 2009–2016. All rights reserved.