Package com.e1c.g5.v8.dt.check.settings
Class CheckUid
java.lang.Object
com.e1c.g5.v8.dt.check.settings.CheckUid
Unique identifier of the check. Handles the possible cases of non-unique check identifiers being defined by
check developers
-
Constructor Details
-
CheckUid
Constructs an instance- Parameters:
checkId
- The identifier of the check as being defined by the check's developer. May not benull
contributorId
- The identifier of the check's contributor (bundle). May not benull
-
-
Method Details
-
equals
-
getCheckId
Gets the associated check identifier being defined by the check's developer- Returns:
- The identifier of the check. May not be
null
-
getContributorId
Gets the identifier of the check's contributor (bundle)- Returns:
- The contribute identifier, may not be
null
-
hashCode
public int hashCode() -
toString
-