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
  • Constructor Details

    • CheckUid

      public CheckUid(String checkId, String contributorId)
      Constructs an instance
      Parameters:
      checkId - The identifier of the check as being defined by the check's developer. May not be null
      contributorId - The identifier of the check's contributor (bundle). May not be null
  • Method Details

    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • 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
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object