Interface Id

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    Guid, HierarchicalName, StringId

    public interface Id
    extends java.io.Serializable

    Standard interface for identifiers.

    An instance of any implementation of Id can be used in several threads concurrently.

    Author:
    agz
    • Method Detail

      • getString

        java.lang.String getString()
        Returns the string-representation of this Id.
        Returns:
        the string-representation of this Id