|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
oracle.search.query.webservice.client.DataGroup
DataGroup encapsulates data group information.
| 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 |
public DataGroup()
public DataGroup(Integer groupID,
String groupName)
groupID - ID of the data groupgroupName - name of the data group| Method Detail |
public Integer getGroupID()
public void setGroupID(Integer groupID)
groupID - ID of the data grouppublic String getGroupName()
public void setGroupName(String groupName)
groupName - name of the data grouppublic String getGroupDisplayName()
public void setGroupDisplayName(String groupDisplayName)
groupDisplayName - display name of the data group
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||