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 ClusterTree

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

All Implemented Interfaces:
Serializable

public class ClusterTree
extends Object
implements Serializable

ClusterTree contains simple cluster tree information.

See Also:
Serialized Form

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

 

Method Summary
 String getClusterString()
          Returns the cluster tree string.
 String getTreeName()
          Return the name of this tree
 void setClusterString(String clusterString)
          Sets the cluster String.
 void setTreeName(String treeName)
          Sets the tree 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

setTreeName

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

getClusterString

public String getClusterString()
Returns the cluster tree string.

setClusterString

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

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.