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 booleanequals(Object obj)longgetNumericPersistentID1()longgetNumericPersistentID2()inthashCode()booleanmatch(long id1, long id2)voidsetNumericPersistentID1(long numericPersistentID1)voidsetNumericPersistentID2(long numericPersistentID2)StringtoString()
-
-
-
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)
-
-