@DTO public class UESUseCaseRealizationSetAttributes extends java.lang.Object
UESUseCaseRealization.setAttributes(UESURI, UESUseCaseRealizationSetAttributes).| 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
|
| Constructor and Description |
|---|
UESUseCaseRealizationSetAttributes()
Creates a new instance of UESUseCaseRealizationAttributes.
|
UESUseCaseRealizationSetAttributes(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.
|
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.
|
java.lang.String |
toString() |
code - Code of Use Case Realization.entityTypeUri - UESURI of Entity Type.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.ObjectObject.toString()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.