Class CheckUid
- java.lang.Object
-
- com.e1c.g5.v8.dt.check.suppress.settings.CheckUid
-
public class CheckUid extends Object
Unique identifier of the check. Handles the possible cases of non-unique check identifiers being defined by check developers
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getCheckId()
Gets the associated check identifier being defined by the check's developerString
getContributorId()
Gets the identifier of the check's contributor (bundle)int
hashCode()
String
toString()
-
-
-
Method Detail
-
getCheckId
public String getCheckId()
Gets the associated check identifier being defined by the check's developer- Returns:
- The identifier of the check. May not be
null
-
getContributorId
public String getContributorId()
Gets the identifier of the check's contributor (bundle)- Returns:
- The contribute identifier, may not be
null
-
-