Interface Identifier

  • All Known Implementing Classes:
    IdentifierImpl

    public interface Identifier
    • Method Detail

      • getUuid

        UUID getUuid()
      • setUuid

        void setUuid​(UUID uuid)
      • getIdentifiable

        UUID getIdentifiable()
      • getNamespace

        String getNamespace()
      • setId

        void setId​(String id)
      • setIdentifiable

        void setIdentifiable​(UUID identifiable)
      • setNamespace

        void setNamespace​(String namespace)