Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


oracle.search.query.webservice.client
Class DataGroup

java.lang.Object
  extended by oracle.search.query.webservice.client.DataGroup

All Implemented Interfaces:
Serializable

public class DataGroup
extends Object
implements Serializable

DataGroup encapsulates data group information.

See Also:
Serialized Form

Constructor Summary
DataGroup()
           
DataGroup(Integer groupID, String groupName)
           

 

Method Summary
 String getGroupDisplayName()
          Returns the display name of the data group.
 Integer getGroupID()
          Returns the ID of the data group.
 String getGroupName()
          Returns the name of the data group.
 void setGroupDisplayName(String groupDisplayName)
          Sets the display name of the data group.
 void setGroupID(Integer groupID)
          Sets the ID of the data group.
 void setGroupName(String groupName)
          Sets the name of the data group.

 

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

 

Constructor Detail

DataGroup

public DataGroup()

DataGroup

public DataGroup(Integer groupID,
                 String groupName)
Parameters:
groupID - ID of the data group
groupName - name of the data group

Method Detail

getGroupID

public Integer getGroupID()
Returns the ID of the data group.

setGroupID

public void setGroupID(Integer groupID)
Sets the ID of the data group.
Parameters:
groupID - ID of the data group

getGroupName

public String getGroupName()
Returns the name of the data group.

setGroupName

public void setGroupName(String groupName)
Sets the name of the data group.
Parameters:
groupName - name of the data group

getGroupDisplayName

public String getGroupDisplayName()
Returns the display name of the data group.

setGroupDisplayName

public void setGroupDisplayName(String groupDisplayName)
Sets the display name of the data group.
Parameters:
groupDisplayName - display name of the data group

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.