@DTO public class AppAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private UESURI |
appBoxUri
UESURI of application box from which was created application.
|
private UESArtifactType |
artifactType
Deprecated.
Deprecated since UES8-14. Always returns null.
|
private java.lang.String |
code
Code of the application.
|
private UESURI |
companyUri
URI of the company where the application is located.
|
private UESURI |
competentRoleUri
URI of the competent role.
|
private java.lang.Boolean |
componentContent
Defines whether the primarily displayed content of the created AppMetaModel is component content.
|
private java.lang.String |
creationStamp
Creation stamp of the application.
|
private java.util.Date |
creationTime
Creation time of the application.
|
private java.lang.String |
description
Description of the application.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the application (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private UESURI |
iconUri
URI of the application's icon.
|
private UESURI |
locationUri
URI of the application's container.
|
private UESURI |
metaArtifactUri
URI of the meta artifact.
|
private java.lang.String |
modificationStamp
Modification stamp of the application.
|
private java.util.Date |
modificationTime
Modification time of the application.
|
private java.lang.String |
name
Name of the application.
|
private UESURI |
organizationalUnitUri
URI of the parent application.
|
private UESSecurityLevel |
securityLevel
Security level of the application.
|
private UESURI |
uri
Normalized UESURI of the application.
|
private java.lang.Integer |
version
Version number of the application.
|
Constructor and Description |
---|
AppAttributes(UESURI uri, |
AppAttributes(UESURI uri, |
UESArtifactType.ORGANIZATIONAL
.