Class: Role

employees.Role()

new Role()

Source:

Methods

(static) Role#getId() → {String}

Get the field value Unique identifier
Source:
Returns:
Type
String

(static) Role#getName() → {String}

Get the field value Full name of the role
Source:
Returns:
Type
String

(static) Role#getSystemRole() → {employees.AccountRole}

Get the field value Base System Role
Source:
Returns:
Type
employees.AccountRole

(static) Role#setId(id)

Set the field value Unique identifier
Parameters:
Name Type Description
id String
Source:

(static) Role#setName(name)

Set the field value Full name of the role
Parameters:
Name Type Description
name String
Source:

(static) Role#setSystemRole(systemRole)

Set the field value Base System Role
Parameters:
Name Type Description
systemRole employees.AccountRole
Source: