Class TaskWithName
java.lang.Object
de.xima.fc.workflow.processor.model.TaskWithName
- All Implemented Interfaces:
INamedElement<UUID>
,ITaskWithName
,Serializable
POJO implementation of
ITaskWithName
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskWithName
(UUID key, String name) Creates a new POJO instance with the given values. -
Method Summary
-
Constructor Details
-
TaskWithName
Creates a new POJO instance with the given values.- Parameters:
key
- The value forITaskWithName.getElement()
. Must not benull
.name
- The value forINamedElement.getName()
.
-
-
Method Details
-
equals
-
getElement
- Specified by:
getElement
in interfaceINamedElement<UUID>
- Specified by:
getElement
in interfaceITaskWithName
- Returns:
- The key of the referenced workflow trigger.
-
getName
- Specified by:
getName
in interfaceINamedElement<UUID>
- Returns:
- The name of the element.
-
hashCode
public int hashCode() -
toString
Converts this task with name to a string reflecting the data of this POJO. Required for theomnifaces.SelectItemsConverter
-