@DTO public class UESUseCaseRealizationCreate extends java.lang.Object
UESUseCaseRealization#create(cz.ues.platform.commons.uri.UESURI, UESUseCaseRealizationCreate).| 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 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 |
|---|
UESUseCaseRealizationCreate()
Creates a new instance of UESUseCaseRealizationCreate.
|
UESUseCaseRealizationCreate(java.lang.String code,
Creates a new instance of UESUseCaseRealizationCreate.
|
| 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.
|
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 |
setOperation(java.lang.String operation)
Setter for property operation.
|
void |
setRealizationType(UESUseCaseRealizationType realizationType)
Setter for property realizationType.
|
void |
setType(UESUseCaseType type)
Setter for property type.
|
java.lang.String |
toString() |
code - Code of the created Use Case Realization.codeBaseRef - Code Base Reference for the created Use Case Realization.component - Component for the created Use Case Realization.operation - Operation for the created Use Case Realization.type - Type of the created Use Case Realization.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.realizationType - The realizationType to set.type - The type to set.