@DTO public class UESPersonalRoleSetAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
avatarUri
UESURI or URL of image which represents Personal Role avatar (user photo).
|
private java.lang.String |
code
Code of the Personal Role.
|
private java.lang.Boolean |
componentContent
Defines whether the primarily displayed content of the Personal Role is component content.
|
private java.lang.String |
description
Description of the Personal Role.
|
private java.lang.String |
firstName
First name of the user represented by the Personal Role.
|
private java.lang.Boolean |
grantAllFromOrganizationalUnit
Deprecated.
|
private UESURI |
iconUri
UESURI of the Personal Role icon.
|
private java.lang.Boolean |
searchableInTerritory
Specifies whether the Personal Role is searchable within the territory.
|
private UESSecurityLevel |
securityClearance
Security clearance of the Personal Role.
|
private UESSecurityLevel |
securityLevel
Security level of the Personal Role.
|
private java.lang.String |
surname
Surname of the user represented by the Personal Role.
|
Constructor and Description |
---|
UESPersonalRoleSetAttributes() |
UESPersonalRoleSetAttributes(java.lang.String code, |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAvatarUri() |
java.lang.String |
getCode() |
java.lang.Boolean |
getComponentContent() |
java.lang.String |
getDescription() |
java.lang.String |
getFirstName() |
java.lang.Boolean |
getGrantAllFromOrganizationalUnit() |
UESURI |
getIconUri() |
java.lang.Boolean |
getSearchableInTerritory() |
UESSecurityLevel |
getSecurityClearance() |
UESSecurityLevel |
getSecurityLevel() |
java.lang.String |
getSurname() |
void |
setAvatarUri(java.lang.String avatarUri) |
void |
setCode(java.lang.String code) |
void |
setComponentContent(java.lang.Boolean componentContent) |
void |
setDescription(java.lang.String description) |
void |
setFirstName(java.lang.String firstName) |
void |
setGrantAllFromOrganizationalUnit(java.lang.Boolean grantAllFromOrganizationalUnit) |
void |
setIconUri(UESURI iconUri) |
void |
setSearchableInTerritory(java.lang.Boolean searchableInTerritory) |
void |
setSecurityClearance(UESSecurityLevel securityClearance) |
void |
setSecurityLevel(UESSecurityLevel securityLevel) |
void |
setSurname(java.lang.String surname) |