@DTO public class VisualUseCaseAttributes extends java.lang.Object
VisualUseCase#getAttributes(UESURI)
.Modifier and Type | Field and Description |
---|---|
private UESArtifactType |
artifactType
Artifact type.
|
private java.lang.String |
code
The code of the visual use case.
|
private UESURI |
companyUri
UESURI of the company where the visual use case is located.
|
private UESURI |
competentRoleUri
UESURI of the competent for visual use case.
|
private java.lang.String |
controllerClass
Name of class in controller.
|
private ControllerEngine |
controllerEngine
Engine used for controller creation.
|
private java.lang.Integer |
controllerRevision
Revision of first attachment on visual use case.
|
private java.lang.String |
controllerUrlPath
Part of controller URL path.
|
private java.lang.String |
creationStamp
The creation stamp of the visual use case.
|
private java.util.Date |
creationTime
The creation time of the visual use case.
|
private java.lang.String |
description
The description of the visual use case.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the visual use case (see @{cz.ues.platform.sysc.entitytype.UESEntityType} for more info).
|
private UESURI |
iconUri
UESURI of the visual use case's icon.
|
private UESURI |
locationUri
UESURI of the visual use case's container.
|
private UESURI |
metaArtifactUri
UESURI of the meta artifact.
|
private java.lang.String |
modificationStamp
The modification time of the visual use case.
|
private java.util.Date |
modificationTime
The modification stamp of the visual use case.
|
private java.lang.String |
name
The name of the visual use case.
|
private UESURI |
organizationalUnitUri
UESURI of the organizational unit in which the visual use case lies.
|
private UESSecurityLevel |
securityLevel
Security level of the visual use case.
|
private UESURI |
uri
The normalized UESURI of the visual use case.
|
private java.lang.Integer |
version
Version number of the visual use case.
|
Constructor and Description |
---|
VisualUseCaseAttributes() |
VisualUseCaseAttributes(UESURI uri, |
UESArtifactType.META
.