Oracle&#174 Ultra Search Java API Reference
10g Release 2 (10.2)

B14221-01


oracle.ultrasearch.query
Class Group

java.lang.Object
  extended byoracle.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.
Returns:
true if this group is same as the obj argument, false otherwise

Oracle&#174 Ultra Search Java API Reference
10g Release 2 (10.2)

B14221-01


Copyright © 2003,2005, Oracle. All Rights Reserved.