Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.model
Interface SongID  view SongID download SongID.java


public interface SongID

A Song ID. This object identifies a Song in a SongDatabase and can be used to quickly check out a copy of the Song. SongID also contains a unique and immutable String representation that may be used to serialize and deserialize the SongID. The string is guaranteed to be unique within a particular database, and will remain the same for same song across different executions of the tool. However, two songs from different databases may have the same string representation.


Method Summary
 boolean equals(java.lang.Object obj)
          Equals
 SongDatabase getDatabase()
          Get the database that owns this song
 java.lang.String getStringRepresentation()
          Get the string representation
 

Method Detail

getDatabase

public SongDatabase getDatabase()
Get the database that owns this song


getStringRepresentation

public java.lang.String getStringRepresentation()
Get the string representation


equals

public boolean equals(java.lang.Object obj)
Equals