Package com.tagtraum.beatunes.inspection
Class DistinctAttributes
- java.lang.Object
-
- com.tagtraum.beatunes.inspection.DistinctAttributes
-
- All Implemented Interfaces:
IssueDescriptor
public class DistinctAttributes extends Object implements IssueDescriptor
Represents an exception for the typo check. Basically stating that the two attributes are not typos of each other, but actually different values.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description DistinctAttributes()
DistinctAttributes(String attribute1, String attribute2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAttribute1()
String
getAttribute2()
int
hashCode()
boolean
match(String string1, String string2)
void
setAttribute1(String attribute1)
void
setAttribute2(String attribute2)
String
toString()
-