Interface Identifiable<K>

  • All Known Implementing Classes:
    StatefulSessionComponentInstance

    public interface Identifiable<K>
    An object that has an identification. How the object obtains it's identification is left beyond scope. Could be via construction or via a setter.
    Version:
    $Revision: $
    Author:
    Carlo de Wolf
    • Method Detail

      • getId

        K getId()
        The object identifier.
        Returns:
        the object identifier