org.wso2.registry
Class DependentChain

java.lang.Object
  extended by org.wso2.registry.DependentChain

public class DependentChain
extends java.lang.Object


Constructor Summary
DependentChain()
           
 
Method Summary
 java.lang.String getDependentPath()
           
 DependentChain[] getDependents()
           
 void setDependentPath(java.lang.String dependentPath)
           
 void setDependents(DependentChain[] dependents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependentChain

public DependentChain()
Method Detail

getDependentPath

public java.lang.String getDependentPath()

setDependentPath

public void setDependentPath(java.lang.String dependentPath)

getDependents

public DependentChain[] getDependents()

setDependents

public void setDependents(DependentChain[] dependents)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.