Package com.e1c.g5.v8.dt.check.settings
Class CheckUid
- java.lang.Object
-
- com.e1c.g5.v8.dt.check.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 booleanequals(Object other)StringgetCheckId()Gets the associated check identifier being defined by the check's developerStringgetContributorId()Gets the identifier of the check's contributor (bundle)inthashCode()StringtoString()
-
-
-
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
-
-