@DTO public class UESPersonalRoleAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
avatarUri
UESURI or URL of image which represents the Personal Role avatar (user photo).
|
private java.lang.String |
code
Code of the Personal Role.
|
private UESURI |
companyUri
Deprecated.
|
private UESURI |
competentRoleUri
UESURI of the Personal Role competent role.
|
private java.lang.Boolean |
componentContent
Indicates whether the primarily displayed content of the Personal Role is component content.
|
private java.lang.String |
creationStamp
Creation stamp of the Personal Role.
|
private java.util.Date |
creationTime
Creation time of the Personal Role.
|
private java.lang.String |
description
Description of the Personal Role.
|
private UESURI |
entityTypeUri
UESURI of the entity type 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 UESURI |
locationUri
UESURI of the Personal Role container.
|
private UESURI |
metaArtifactUri
UESURI of the Personal Role meta artifact.
|
private java.lang.String |
modificationStamp
Modification stamp of the Personal Role.
|
private java.util.Date |
modificationTime
Modification time of the Personal Role.
|
private UESURI |
organizationalUnitUri
UESURI of the organizational unit where the Personal Role is located.
|
private java.lang.Boolean |
searchableInTerritory
Specifies whether the Personal Role will be searchable within the territory.
|
private UESSecurityLevel |
securityClearance
Security clearance of the Personal Role.
|
private UESSecurityLevel |
securityLevel
Security level of the Personal Role.
|
private UESArtifactStateType |
stateType
State type of the Personal Role.
|
private java.lang.String |
surname
Surname of the user represented by the Personal Role.
|
private java.lang.String |
universeId
Universe ID of the Personal Role.
|
private UESURI |
uri
Normalized UESURI of the Personal Role.
|
private java.lang.Integer |
version
Version of the Personal Role.
|
Constructor and Description |
---|
UESPersonalRoleAttributes(java.lang.String code, |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAvatarUri() |
java.lang.String |
getCode() |
UESURI |
getCompanyUri() |
UESURI |
getCompetentRoleUri() |
java.lang.Boolean |
getComponentContent() |
java.lang.String |
getCreationStamp() |
java.util.Date |
getCreationTime() |
java.lang.String |
getDescription() |
UESURI |
getEntityTypeUri() |
java.lang.String |
getFirstName() |
java.lang.Boolean |
getGrantAllFromOrganizationalUnit() |
UESURI |
getIconUri() |
UESURI |
getLocationUri() |
UESURI |
getMetaArtifactUri() |
java.lang.String |
getModificationStamp() |
java.util.Date |
getModificationTime() |
UESURI |
getOrganizationalUnitUri() |
java.lang.Boolean |
getSearchableInTerritory() |
UESSecurityLevel |
getSecurityClearance() |
UESSecurityLevel |
getSecurityLevel() |
UESArtifactStateType |
getStateType() |
java.lang.String |
getSurname() |
java.lang.String |
getUniverseId() |
UESURI |
getUri() |
java.lang.Integer |
getVersion() |
void |
setAvatarUri(java.lang.String avatarUri) |
void |
setCode(java.lang.String code) |
void |
setCompanyUri(UESURI companyUri) |
void |
setCompetentRoleUri(UESURI competentRoleUri) |
void |
setComponentContent(java.lang.Boolean componentContent) |
void |
setCreationStamp(java.lang.String creationStamp) |
void |
setCreationTime(java.util.Date creationTime) |
void |
setDescription(java.lang.String description) |
void |
setEntityTypeUri(UESURI entityTypeUri) |
void |
setFirstName(java.lang.String firstName) |
void |
setGrantAllFromOrganizationalUnit(java.lang.Boolean grantAllFromOrganizationalUnit) |
void |
setIconUri(UESURI iconUri) |
void |
setLocationUri(UESURI locationUri) |
void |
setMetaArtifactUri(UESURI metaArtifactUri) |
void |
setModificationStamp(java.lang.String modificationStamp) |
void |
setModificationTime(java.util.Date modificationTime) |
void |
setOrganizationalUnitUri(UESURI organizationalUnitUri) |
void |
setSearchableInTerritory(java.lang.Boolean searchableInTerritory) |
void |
setSecurityClearance(UESSecurityLevel securityClearance) |
void |
setSecurityLevel(UESSecurityLevel securityLevel) |
void |
setStateType(UESArtifactStateType stateType) |
void |
setSurname(java.lang.String surname) |
void |
setUniverseId(java.lang.String universeId) |
void |
setUri(UESURI uri) |
void |
setVersion(java.lang.Integer version) |