SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.project.model.filesys
Class NodeAndShareParentPath

java.lang.Object
  |
  +--org.sourcejammer.project.model.filesys.NodeAndShareParentPath

public class NodeAndShareParentPath
extends java.lang.Object

Just encapsulates a ControllerNode object and the string path to its share parent.


Constructor Summary
NodeAndShareParentPath()
           
 
Method Summary
 ControllerNode getNode()
           
 java.util.Hashtable getShareList()
           
 java.lang.String getShareParentPath()
           
 void setNode(ControllerNode node)
           
 void setShareList(java.util.Hashtable hsh)
           
 void setShareParentPath(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeAndShareParentPath

public NodeAndShareParentPath()
Method Detail

setShareList

public void setShareList(java.util.Hashtable hsh)

getShareList

public java.util.Hashtable getShareList()

setNode

public void setNode(ControllerNode node)

getNode

public ControllerNode getNode()

setShareParentPath

public void setShareParentPath(java.lang.String s)

getShareParentPath

public java.lang.String getShareParentPath()

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan