Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


oracle.ultrasearch.query
Class Group

java.lang.Object
  extended by oracle.ultrasearch.query.Group


public class Group
extends java.lang.Object

Class Group represent an abstract collection of documents.

A Group is a collection of data sources defined by the administrator. Use Group to narrow the scope of the query using a From query.

Since:
9.0.2
See Also:
From

Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 int getId()
          Get the group's id
 java.lang.String getName()
          Get the group's name

 

Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getId

public int getId()
Get the group's id
Returns:
group's int id

getName

public java.lang.String getName()
Get the group's name
Returns:
group's string name

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. Two group objects are equal if and only if they have the same id.
Overrides:
equals in class java.lang.Object
Returns:
true if this group is same as the obj argument, false otherwise

Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


Copyright © 2002,2007, Oracle. All Rights Reserved.