@DTO public class UESMetaArtifactAttributes extends java.lang.Object
UESMetaArtifact.getAttributes(UESURI)
.Modifier and Type | Field and Description |
---|---|
private UESArtifactType |
artifactType
Artifact type.
|
private java.lang.String |
code
Code of the meta artifact.
|
private UESURI |
companyUri
Normalized UESURI of the company where the meta artifact is located.
|
private UESURI |
competentRoleUri
Normalized UESURI of the competent role.
|
private java.lang.String |
creationStamp
Creation stamp of the meta artifact.
|
private java.util.Date |
creationTime
Creation time of the meta artifact.
|
private UESArtifactType |
defaultArtifactType
Default artifact type for the artifacts created according to the meta artifact (specified in sourceMetaArtifactUri).
|
private java.lang.String |
defaultCode
Default code for the artifacts created according to the meta artifact (specified in sourceMetaArtifactUri).
|
private UESURI |
defaultIconUri
Default icon for the artifacts created according to the meta artifact (specified in sourceMetaArtifactUri).
|
private java.lang.String |
defaultName
Default name for the artifacts created according to the meta artifact (specified in sourceMetaArtifactUri).
|
private UESSecurityLevel |
defaultSecurityLevel
Default security level for the artifacts created according to the meta artifact (specified in sourceMetaArtifactUri).
|
private java.lang.String |
description
Description of the meta artifact.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the meta artifact (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private UESURI |
iconUri
UESURI of the meta artifact's icon.
|
private UESURI |
locationUri
Normalized UESURI of the meta model where the meta artifact is located.
|
private UESURI |
metaArtifactUri
Normalized UES URI of the meta artifact template.
|
private java.lang.String |
modificationStamp
Modification stamp of the meta artifact.
|
private java.util.Date |
modificationTime
Modification time of the meta artifact.
|
private java.lang.String |
name
Name of the meta artifact.
|
private UESURI |
organizationalUnitUri
Normalized UESURI of the organizational unit where the meta artifact is located.
|
private UESSecurityLevel |
securityLevel
Security level of the meta artifact.
|
private UESURI |
sourceMetaArtifactUri
Normalized UESURI of the source meta artifact from which is meta artifact copied.
|
private UESURI |
uri
Normalized UESURI of the meta artifact.
|
private java.lang.Integer |
version
Version of the meta artifact.
|
Constructor and Description |
---|
UESMetaArtifactAttributes() |
UESMetaArtifactAttributes(UESURI uri, |
UESMetaArtifactAttributes(UESURI uri, |
UESArtifactType.META
.