|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.tenants.UserPermission
class UserPermission
Field Summary | |
---|---|
private String |
id
The unique ID of the cached user permission. |
private String |
name
The unique name of the user. |
private List |
permissions
(Permission collection)The list of permissions. |
Constructor Summary | |
UserPermission()
|
Method Summary | |
---|---|
String
|
getId()
The unique ID of the cached user permission. |
String
|
getName()
The unique name of the user. |
List
|
getPermissions()
(Permission collection)The list of permissions. |
void
|
setId(String id)
The unique ID of the cached user permission. |
void
|
setName(String name)
The unique name of the user. |
void
|
setPermissions(List permissions)
(Permission collection)The list of permissions. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private String id
private String name
private List permissions
Constructor Detail |
---|
UserPermission()
Method Detail |
---|
String getId()
String getName()
List getPermissions()
void setId(String id)
void setName(String name)
void setPermissions(List permissions)
String toString()
Groovy Documentation