Package com.e1c.langtool.history.scope
Class QueryScope
java.lang.Object
com.e1c.langtool.history.scope.QueryScope
- All Implemented Interfaces:
IQueryScope,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from interface com.e1c.langtool.history.scope.IQueryScope
IQueryScope.IScopeDetails -
Method Summary
-
Method Details
-
getScopeId
Description copied from interface:IQueryScopeReturns unique id of this scope.- Specified by:
getScopeIdin interfaceIQueryScope- Returns:
- unique id of this scope. Can't be
null.
-
getRules
Description copied from interface:IQueryScopeReturns the set of rules for this scope.- Specified by:
getRulesin interfaceIQueryScope- Returns:
- the set of rules for this scope. Can't be
null.
-
getDetails
Description copied from interface:IQueryScopeReturns user-friendly detail info about this scope.- Specified by:
getDetailsin interfaceIQueryScope- Returns:
- user-friendly detail info about this scope. Can't be
null.
-
hashCode
public int hashCode() -
equals
-