@DTO public class UESUseCaseRealizationAttributes extends java.lang.Object
UESUseCaseRealization.getAttributes(cz.ues.platform.commons.uri.UESURI)
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of this use case realization.
|
private java.lang.String |
codeBaseRef
Code base reference.
|
private java.lang.String |
component
Component.
|
private UESURI |
entityTypeUri
UESURI of entity type of related UC.
|
private java.lang.String |
operation
Operation.
|
private UESUseCaseRealizationType |
realizationType
Determines kind of use case realization.
|
private UESUseCaseType |
type
Type of use case (realization) - e.g. edit, view
|
private UESURI |
uri
UESURI of this Use Case Realization.
|
Constructor and Description |
---|
UESUseCaseRealizationAttributes()
Creates a new instance of UESUseCaseRealizationAttributes.
|
UESUseCaseRealizationAttributes(java.lang.String code,
Creates a new instance of UESUseCaseRealizationAttributes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Getter for property code.
|
java.lang.String |
getCodeBaseRef()
Getter for property codeBaseRef.
|
java.lang.String |
getComponent()
Getter for property component.
|
UESURI |
getEntityTypeUri()
Getter for property entityTypeUri.
|
java.lang.String |
getOperation()
Getter for property operation.
|
UESUseCaseRealizationType |
getRealizationType()
Getter for property realizationType.
|
UESUseCaseType |
getType()
Getter for property type.
|
UESURI |
getUri()
Getter for property uri.
|
void |
setCode(java.lang.String code)
Setter for property code.
|
void |
setCodeBaseRef(java.lang.String codeBaseRef)
Setter for property codeBaseRef.
|
void |
setComponent(java.lang.String component)
Setter for property component.
|
void |
setEntityTypeUri(UESURI entityTypeUri)
Setter for property entityTypeUri.
|
void |
setOperation(java.lang.String operation)
Setter for property operation.
|
void |
setRealizationType(UESUseCaseRealizationType realizationType)
Setter for property realizationType.
|
void |
setType(java.lang.String type)
Parses string value to
UESUseCaseType and sets the value to attribute type. |
void |
setType(UESUseCaseType type)
Setter for property type.
|
void |
setUri(UESURI uri)
Setter for property uri.
|
java.lang.String |
toString() |
code
- Code of Use Case Realization.codeBaseRef
- Reference to code base of Use Case Realization.operation
- Operation of Use Case Realization.type
- Type of Use Case Realization.realizationType
- Realization type of this Use Case Realization.UESUseCaseType
and sets the value to attribute type.type
- Parsed value.toString
in class java.lang.Object
Object.toString()
uri
- The uri to set.code
- The code to set.codeBaseRef
- The codeBaseRef to set.component
- The component to set.operation
- The operation to set.type
- The type to set.realizationType
- The realizationType to set.entityTypeUri
- The entityTypeUri to set.