Package com.tagtraum.beatunes.inspection
Class DistinctRatings
- java.lang.Object
-
- com.tagtraum.beatunes.inspection.DistinctRatings
-
- All Implemented Interfaces:
IssueDescriptor
public class DistinctRatings extends Object implements IssueDescriptor
Represents an exception for the distinct ratings check. Basically stating that the two tracks legitimately have distinct ratings.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description DistinctRatings()DistinctRatings(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)
-
-