Remove Identified interface
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Sone.java
index 7acdb7f..441112a 100644 (file)
@@ -48,7 +48,7 @@ import com.google.common.primitives.Ints;
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
-public interface Sone extends Identified, Fingerprintable, Comparable<Sone> {
+public interface Sone extends Fingerprintable, Comparable<Sone> {
 
        /**
         * Enumeration for the possible states of a {@link Sone}.
@@ -196,6 +196,8 @@ public interface Sone extends Identified, Fingerprintable, Comparable<Sone> {
                }
        };
 
+       String getId();
+       
        /**
         * Returns the identity of this Sone.
         *