Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class TreeNodeView

java.lang.Object
  extended by com.liferay.portal.kernel.util.TreeNodeView

public class TreeNodeView
extends Object


Constructor Summary
TreeNodeView(int id)
           
 
Method Summary
 void addChild(TreeNodeView treeNodeView)
           
 List<TreeNodeView> getChildren()
           
 int getDepth()
           
 String getHref()
           
 long getId()
           
 String getImg()
           
 String getLs()
           
 String getName()
           
 String getObjId()
           
 long getParentId()
           
 boolean isLeaf()
           
 void setChildren(List<TreeNodeView> children)
           
 void setDepth(int depth)
           
 void setHref(String href)
           
 void setId(long id)
           
 void setImg(String img)
           
 void setLeaf(boolean leaf)
           
 void setLs(String ls)
           
 void setName(String name)
           
 void setObjId(String objId)
           
 void setParentId(long parentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeNodeView

public TreeNodeView(int id)
Method Detail

addChild

public void addChild(TreeNodeView treeNodeView)

getChildren

public List<TreeNodeView> getChildren()

getDepth

public int getDepth()

getHref

public String getHref()

getId

public long getId()

getImg

public String getImg()

getLs

public String getLs()

getName

public String getName()

getObjId

public String getObjId()

getParentId

public long getParentId()

isLeaf

public boolean isLeaf()

setChildren

public void setChildren(List<TreeNodeView> children)

setDepth

public void setDepth(int depth)

setHref

public void setHref(String href)

setId

public void setId(long id)

setImg

public void setImg(String img)

setLeaf

public void setLeaf(boolean leaf)

setLs

public void setLs(String ls)

setName

public void setName(String name)

setObjId

public void setObjId(String objId)

setParentId

public void setParentId(long parentId)

Liferay 6.1.2-ce-ga3