@DTO public class UseCaseAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
The code of the use case.
|
private java.lang.String |
creationStamp
The creation stamp of the use case.
|
private java.util.Date |
creationTime
The creation time of the use case.
|
private java.lang.String |
description
The description of the use case.
|
private UESURI |
entityTypeUri
UESURI of the entity type of the company (see
UESCoreEntityTypes for more info). |
private java.lang.String |
modificationStamp
The modification stamp of the use case.
|
private java.util.Date |
modificationTime
The modification time of the use case.
|
private java.lang.String |
name
The name of the use case.
|
private UESURI |
uri
The normalized UESURI of the use case.
|
private UESURI |
useCaseRealizationUri
The UESURI of a use case realization.
|
private java.lang.Integer |
version
Version number of the use case.
|
Constructor and Description |
---|
UseCaseAttributes() |
UseCaseAttributes(UESURI uri, |
UESCoreEntityTypes
for more info). Never null.