@DTO public class UESUUEEAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
appCode
Full code of the application which is represented by the uuEE.
|
private java.lang.String |
avatarUri
UESURI or URL of image which represents uuEE's avatar (user photo).
|
private java.lang.String |
code
Code of the uuEE.
|
private UESURI |
companyUri
Deprecated.
|
private UESURI |
competentRoleUri
URI of the competent role.
|
private java.lang.Boolean |
componentContent
Defines whether the primarily displayed content of the created uuEE is component content.
|
private java.lang.String |
creationStamp
Creation stamp of the uuEE.
|
private java.util.Date |
creationTime
Creation time of the uuEE.
|
private java.lang.String |
description
Description of the uuEE.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the uuEE (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private java.lang.String |
firstName
First name of the uuEE.
|
private java.lang.Boolean |
grantAllFromOrganizationalUnit
Deprecated.
|
private UESURI |
iconUri
URI of the uuEE's icon.
|
private UESURI |
locationUri
URI of the personal uuEE's container.
|
private UESURI |
metaArtifactUri
URI of the meta artifact.
|
private java.lang.String |
modificationStamp
Modification stamp of the uuEE.
|
private java.util.Date |
modificationTime
Modification time of the uuEE.
|
private UESURI |
organizationalUnitUri
URI of the organizational unit in which the uuEE lies.
|
private java.lang.Boolean |
searchableInTerritory
Specifies if it is possible to search the uuEE in its territory.
|
private UESSecurityLevel |
securityClearance
Security clearance of the uuEE.
|
private UESSecurityLevel |
securityLevel
Security level of the uuEE.
|
private UESArtifactStateType |
stateType
State type of the uuEE.
|
private java.lang.String |
surname
Surname of the uuEE.
|
private java.lang.String |
universeId
Universe identifier of the user.
|
private UESURI |
uri
Normalized UESURI of the uuEE.
|
private java.lang.Integer |
version
Version number of the uuEE.
|
Constructor and Description |
---|
UESUUEEAttributes(java.lang.String appCode, |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppCode() |
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 |
setAppCode(java.lang.String appCode) |
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) |