@DTO public class UESUseCaseRealization extends java.lang.Object
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 java.util.Map<java.lang.String,java.lang.Object> |
parameters
Parameters attached to this UC (realization).
|
private UESUseCaseRealizationType |
realizationType
Determines kind of use case realization.
|
private UESUseCaseType |
type
Type of use case (realization) - e.g. edit, view
|
private java.lang.String |
ucCode
Code of related UC.
|
private java.lang.String |
ucName
Name of related UC.
|
Constructor and Description |
---|
UESUseCaseRealization()
Creates a new instance of UESUCRealization.
|
UESUseCaseRealization(java.lang.String code,
Creates a new instance of UESUCRealization.
|
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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Getter for property parameters.
|
UESUseCaseRealizationType |
getRealizationType()
Getter for property realizationType.
|
UESUseCaseType |
getType()
Getter for property type.
|
java.lang.String |
getUCCode()
Getter for property ucCode.
|
java.lang.String |
getUCName()
Getter for property ucName.
|
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 |
setParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
Setter for property parameters.
|
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 |
setUCCode(java.lang.String ucCode)
Setter for property ucCode.
|
void |
setUCName(java.lang.String ucName)
Setter for property ucName.
|
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()
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.ucCode
- The ucCode to set.ucName
- The ucName to set.entityTypeUri
- The entityTypeUri to set.parameters
- The parameters to set.