Open Kilda Java Documentation
org.usermanagement.model.Role Class Reference

Public Member Functions

Long getRoleId ()
 
void setRoleId (Long roleId)
 
List< Long > getPermissionId ()
 
void setPermissionId (List< Long > permissionId)
 
String getName ()
 
void setName (final String name)
 
String getStatus ()
 
void setStatus (String status)
 
String getDescription ()
 
void setDescription (String description)
 
List< PermissiongetPermissions ()
 
void setPermissions (List< Permission > permissions)
 
List< UserInfogetUserInfo ()
 
void setUserInfo (List< UserInfo > userInfo)
 
String toString ()
 

Detailed Description

The Class Role.

Definition at line 14 of file Role.java.

Member Function Documentation

◆ getDescription()

String org.usermanagement.model.Role.getDescription ( )

Gets the description.

Returns
the description

Definition at line 116 of file Role.java.

◆ getName()

String org.usermanagement.model.Role.getName ( )

Gets the name.

Returns
the name

Definition at line 80 of file Role.java.

◆ getPermissionId()

List<Long> org.usermanagement.model.Role.getPermissionId ( )

Gets the permission id.

Returns
the permission id

Definition at line 62 of file Role.java.

◆ getPermissions()

List<Permission> org.usermanagement.model.Role.getPermissions ( )

Gets the permissions.

Returns
the permissions

Definition at line 134 of file Role.java.

◆ getRoleId()

Long org.usermanagement.model.Role.getRoleId ( )

Gets the role id.

Returns
the role id

Definition at line 44 of file Role.java.

◆ getStatus()

String org.usermanagement.model.Role.getStatus ( )

Gets the status.

Returns
the status

Definition at line 98 of file Role.java.

◆ getUserInfo()

List<UserInfo> org.usermanagement.model.Role.getUserInfo ( )

Definition at line 149 of file Role.java.

◆ setDescription()

void org.usermanagement.model.Role.setDescription ( String  description)

Sets the description.

Parameters
descriptionthe new description

Definition at line 125 of file Role.java.

◆ setName()

void org.usermanagement.model.Role.setName ( final String  name)

Sets the name.

Parameters
namethe new name

Definition at line 89 of file Role.java.

◆ setPermissionId()

void org.usermanagement.model.Role.setPermissionId ( List< Long >  permissionId)

Sets the permission id.

Parameters
permissionIdthe new permission id

Definition at line 71 of file Role.java.

◆ setPermissions()

void org.usermanagement.model.Role.setPermissions ( List< Permission permissions)

Sets the permissions.

Parameters
permissionsthe new permissions

Definition at line 143 of file Role.java.

◆ setRoleId()

void org.usermanagement.model.Role.setRoleId ( Long  roleId)

Sets the role id.

Parameters
roleIdthe new role id

Definition at line 53 of file Role.java.

◆ setStatus()

void org.usermanagement.model.Role.setStatus ( String  status)

Sets the status.

Parameters
statusthe new status

Definition at line 107 of file Role.java.

◆ setUserInfo()

void org.usermanagement.model.Role.setUserInfo ( List< UserInfo userInfo)

Definition at line 153 of file Role.java.

◆ toString()

String org.usermanagement.model.Role.toString ( )

Definition at line 158 of file Role.java.


The documentation for this class was generated from the following file: