Class NodePath

java.lang.Object
eu.xenit.alfred.api.filefolder.NodePath

public class NodePath extends Object
The Node Path component displays the full path to the specified Node. The displaypath is the human readable representation while the qnamePath is the technical representation.
  • Constructor Details

    • NodePath

      public NodePath()
    • NodePath

      public NodePath(String displayPath, String qnamePath)
  • Method Details

    • getDisplayPath

      public String getDisplayPath()
    • setDisplayPath

      public void setDisplayPath(String displayPath)
    • getQnamePath

      public String getQnamePath()
    • setQnamePath

      public void setQnamePath(String qnamePath)