Package de.xima.fc.interfaces.workflow
Interface IIdProviding<T>
-
- Type Parameters:
T- Type of the ID object.
- All Known Subinterfaces:
IWorkflowElementEntity
- All Known Implementing Classes:
Aktion,AWorkflowElement,ExportAktionData,WorkflowNode,WorkflowTrigger
public interface IIdProviding<T>Interface for objects that have got an ID identifying them.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetId()
-
-
-
Method Detail
-
getId
T getId()
- Returns:
- The ID that identifies this instance.
-
-