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