Interface Identifiable<T extends Serializable>

  • Type Parameters:
    T - The identifier type for this type

    public interface Identifiable<T extends Serializable>
    Base interface providing the contract semantics that any identifiable type must fulfil. In order for an identifiable type to fulfil this contract, the method id() must be implemented. The returning type from the method id() is configurable through the parameter T.
    Author:
    Paulo Zenida - Linkare TI
    • Method Detail

      • id

        T id()
        Returns:
        Returns the identifier of this identifiable type.