Oracle Ultra Search APIs
9.2

oracle.ultrasearch.query
Class Group

java.lang.Object
  |
  +--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

Oracle Ultra Search APIs
9.2