|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.auth.Role
class Role
| Field Summary | |
|---|---|
private String |
authority
|
private Long |
id
|
private static long |
serialVersionUID
|
| Constructor Summary | |
Role()
|
|
| Method Summary | |
|---|---|
String
|
getAuthority()
|
Long
|
getId()
|
void
|
setAuthority(String authority)
|
void
|
setId(Long id)
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String authority
private Long id
private static final long serialVersionUID
| Constructor Detail |
|---|
Role()
| Method Detail |
|---|
String getAuthority()
Long getId()
void setAuthority(String authority)
void setId(Long id)
String toString()
Groovy Documentation