@DTO public class UESUseCaseSetAttributes extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
New code of Use Case.
|
private UESURI |
entityTypeUri
New UESURI of entity type.
|
private java.lang.String |
name
New name of Use Case.
|
private java.util.Map<java.lang.String,java.lang.Object> |
parameters
New parameters attached to this Use Case.
|
private UESURI |
useCaseRealizationUri
New UESURI of Use Case Realization.
|
Constructor and Description |
---|
UESUseCaseSetAttributes()
Creates a new instance of UESUseCaseSetAttributes.
|
UESUseCaseSetAttributes(UESURI entityTypeUri,
Creates a new instance of UESUseCaseSetAttributes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Getter for property code.
|
UESURI |
getEntityTypeUri()
Getter for property entityTypeUri.
|
java.lang.String |
getName()
Getter for property name.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Getter for property parameters.
|
UESURI |
getUseCaseRealizationUri()
Getter for property useCaseRealizationUri.
|
void |
setCode(java.lang.String code)
Setter for property code.
|
void |
setEntityTypeUri(UESURI entityTypeUri)
Setter for property entityTypeUri.
|
void |
setName(java.lang.String name)
Setter for property name.
|
void |
setParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
Setter for property parameters.
|
void |
setUseCaseRealizationUri(UESURI useCaseRealizationUri)
Setter for property useCaseRealizationUri.
|
java.lang.String |
toString() |
entityTypeUri
- New UESURI of entity type.code
- New code of Use Case.name
- Name of Use Case.parameters
- Parameters of the Use Case.realization
- UESURI for Use Case Realization attached to the updated Use Case.toString
in class java.lang.Object
Object.toString()
code
- The code to set.name
- The name to set.parameters
- The parameters to set.useCaseRealizationUri
- The useCaseRealizationUri to set.entityTypeUri
- The entityTypeUri to set.