Package com.tagtraum.beatunes.inspection
Class DistinctTracks
- java.lang.Object
-
- com.tagtraum.beatunes.inspection.DistinctTracks
-
- All Implemented Interfaces:
IssueDescriptor
public class DistinctTracks extends Object implements IssueDescriptor
Represents an exception for the duplicates check. Basically stating that the two tracks are not dupes of each other, but actually different tracks.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description DistinctTracks()
DistinctTracks(long id1, long id2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getNumericPersistentID1()
long
getNumericPersistentID2()
int
hashCode()
boolean
match(long id1, long id2)
void
setNumericPersistentID1(long numericPersistentID1)
void
setNumericPersistentID2(long numericPersistentID2)
String
toString()
-
-
-
Method Detail
-
getNumericPersistentID1
public long getNumericPersistentID1()
-
setNumericPersistentID1
public void setNumericPersistentID1(long numericPersistentID1)
-
getNumericPersistentID2
public long getNumericPersistentID2()
-
setNumericPersistentID2
public void setNumericPersistentID2(long numericPersistentID2)
-
match
public boolean match(long id1, long id2)
-
-