Class QueryScope

java.lang.Object
com.e1c.langtool.history.scope.QueryScope
All Implemented Interfaces:
IQueryScope, Serializable

public final class QueryScope extends Object implements IQueryScope, Serializable
See Also:
  • Method Details

    • getScopeId

      public String getScopeId()
      Description copied from interface: IQueryScope
      Returns unique id of this scope.
      Specified by:
      getScopeId in interface IQueryScope
      Returns:
      unique id of this scope. Can't be null.
    • getRules

      public IQueryScopeRules getRules()
      Description copied from interface: IQueryScope
      Returns the set of rules for this scope.
      Specified by:
      getRules in interface IQueryScope
      Returns:
      the set of rules for this scope. Can't be null.
    • getDetails

      public IQueryScope.IScopeDetails getDetails()
      Description copied from interface: IQueryScope
      Returns user-friendly detail info about this scope.
      Specified by:
      getDetails in interface IQueryScope
      Returns:
      user-friendly detail info about this scope. Can't be null.
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object