Interface Id

All Superinterfaces:
Serializable
All Known Implementing Classes:
Guid, HierarchicalName, StringId

public interface Id extends Serializable

Standard interface for identifiers.

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

Author:
agz
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the string-representation of this Id.
  • Method Details

    • getString

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