Groovy Documentation

com.ace.mws.tenants
[Groovy] Class UserPermission

java.lang.Object
  com.ace.mws.tenants.UserPermission

class UserPermission

Authors:
jpratt


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

id

private String id
The unique ID of the cached user permission.


name

private String name
The unique name of the user.


permissions

private List permissions
(Permission collection)The list of permissions.
See Also:
Permission


 
Constructor Detail

UserPermission

UserPermission()


 
Method Detail

getId

String getId()
The unique ID of the cached user permission.


getName

String getName()
The unique name of the user.


getPermissions

List getPermissions()
(Permission collection)The list of permissions.
See Also:
Permission


setId

void setId(String id)
The unique ID of the cached user permission.


setName

void setName(String name)
The unique name of the user.


setPermissions

void setPermissions(List permissions)
(Permission collection)The list of permissions.
See Also:
Permission


toString

String toString()


 

Groovy Documentation