Open Kilda Java Documentation
org.openkilda.entity.Role Class Reference
Inheritance diagram for org.openkilda.entity.Role:

Public Member Functions

Long getUserRoleId ()
 
void setUserRoleId (Long userRoleId)
 
String getRole ()
 
void setRole (String role)
 
String toString ()
 

Detailed Description

The Class Role.

Author
sumitpal.singh

Definition at line 19 of file Role.java.

Member Function Documentation

◆ getRole()

String org.openkilda.entity.Role.getRole ( )

Gets the role.

Returns
the role

Definition at line 57 of file Role.java.

◆ getUserRoleId()

Long org.openkilda.entity.Role.getUserRoleId ( )

Gets the user role id.

Returns
the user role id

Definition at line 39 of file Role.java.

◆ setRole()

void org.openkilda.entity.Role.setRole ( String  role)

Sets the role.

Parameters
rolethe new role

Definition at line 66 of file Role.java.

◆ setUserRoleId()

void org.openkilda.entity.Role.setUserRoleId ( Long  userRoleId)

Sets the user role id.

Parameters
userRoleIdthe new user role id

Definition at line 48 of file Role.java.

◆ toString()

String org.openkilda.entity.Role.toString ( )

Definition at line 76 of file Role.java.


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