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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getId

      T getId()
      Returns:
      The ID that identifies this instance.