Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


oracle.search.query.webservice.client
Class ClusterTree

java.lang.Object
  extended byoracle.search.query.webservice.client.ClusterTree


public class ClusterTree
extends Object

ClusterTree contains simple cluster tree information


Constructor Summary
ClusterTree()
           
ClusterTree(String treeName, String clusterString)
           

 

Method Summary
 String getClusterString()
          Return the cluster tree string
 String getTreeName()
          Return the name of this tree
 void setClusterString(String clusterString)
          Set the cluster String
 void setTreeName(String treeName)
          Sets the treee name of a cluster

 

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

 

Constructor Detail

ClusterTree

public ClusterTree()

ClusterTree

public ClusterTree(String treeName,
                   String clusterString)
Parameters:
treeName - name of the tree
clusterString - cluster tree string

Method Detail

getTreeName

public String getTreeName()
Return the name of this tree

getClusterString

public String getClusterString()
Return the cluster tree string

setClusterString

public void setClusterString(String clusterString)
Set the cluster String
Parameters:
clusterString - cluster string

setTreeName

public void setTreeName(String treeName)
Sets the treee name of a cluster
Parameters:
treeName - name of the tree

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


Copyright © 2006, 2007, Oracle. All rights reserved.