View Javadoc

1   package be.bastard.mtracker;
2   
3   /***
4    * Created by IntelliJ IDEA.
5    * User: rls
6    * Date: 6-feb-2006
7    * Time: 14:51:32
8    * To change this template use File | Settings | File Templates.
9    */
10  public interface MediaId extends java.io.Serializable, Comparable<MediaId> {
11      boolean equals(MediaId id);
12      int toInt();
13  }