com.stratelia.webactiv.kmelia.model
Class Treeview

java.lang.Object
  extended by com.stratelia.webactiv.kmelia.model.Treeview

public class Treeview
extends Object


Constructor Summary
Treeview(String path, List<com.stratelia.webactiv.util.node.model.NodeDetail> tree, String componentId)
           
 
Method Summary
 String getComponentId()
           
 int getNbAliases()
           
 String getPath()
           
 List<com.stratelia.webactiv.util.node.model.NodeDetail> getTree()
           
 void setNbAliases(int nbAliases)
           
 void setPath(String path)
           
 void setTree(List<com.stratelia.webactiv.util.node.model.NodeDetail> tree)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Treeview

public Treeview(String path,
                List<com.stratelia.webactiv.util.node.model.NodeDetail> tree,
                String componentId)
Method Detail

getComponentId

public String getComponentId()

getPath

public String getPath()

setPath

public void setPath(String path)

getTree

public List<com.stratelia.webactiv.util.node.model.NodeDetail> getTree()

setTree

public void setTree(List<com.stratelia.webactiv.util.node.model.NodeDetail> tree)

getNbAliases

public int getNbAliases()

setNbAliases

public void setNbAliases(int nbAliases)


Copyright © 2016 Silverpeas. All Rights Reserved.