org.exoplatform.wcm.webui.selector.content
Class UIContentTreeNode

java.lang.Object
  extended by org.exoplatform.wcm.webui.selector.content.UIContentTreeNode

public class UIContentTreeNode
extends java.lang.Object

Created by The eXo Platform SARL Author : Ha Mai Van maivanha1610@gmail.com


Constructor Summary
UIContentTreeNode(java.lang.String name)
          Instantiates a new tree node.
UIContentTreeNode(java.lang.String path, java.lang.String workSpaceName, javax.jcr.Node node, int deep)
          Instantiates a new tree node.
UIContentTreeNode(java.lang.String path, java.lang.String name, java.lang.String workSpaceName, javax.jcr.Node node, int deep)
          Instantiates a new tree node.
 
Method Summary
 int getDeep()
          Gets the deep.
 java.lang.String getName()
          Gets the name.
 javax.jcr.Node getNode()
          Gets the node.
 java.lang.String getNodePath()
          Gets the node path.
 java.lang.String getTreePath()
          Gets the tree path.
 java.lang.String getWorkSpaceName()
          Gets the work space name.
 void setDeep(int deep)
          Sets the deep.
 void setName(java.lang.String name)
          Sets the name.
 void setNode(javax.jcr.Node node)
          Sets the node.
 void setTreePath(java.lang.String treePath)
          Sets the tree path.
 void setWorkSpaceName(java.lang.String workSpaceName)
          Sets the work space name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIContentTreeNode

public UIContentTreeNode(java.lang.String path,
                         java.lang.String workSpaceName,
                         javax.jcr.Node node,
                         int deep)
Instantiates a new tree node.

Parameters:
path - the path
workSpaceName - the work space name
node - the node
deep - the deep

UIContentTreeNode

public UIContentTreeNode(java.lang.String name)
Instantiates a new tree node.

Parameters:
name - the name

UIContentTreeNode

public UIContentTreeNode(java.lang.String path,
                         java.lang.String name,
                         java.lang.String workSpaceName,
                         javax.jcr.Node node,
                         int deep)
Instantiates a new tree node.

Parameters:
path - the path
name - the name
workSpaceName - the work space name
node - the node
deep - the deep
Method Detail

getName

public java.lang.String getName()
                         throws javax.jcr.RepositoryException
Gets the name.

Returns:
the name
Throws:
javax.jcr.RepositoryException - the repository exception

getNodePath

public java.lang.String getNodePath()
                             throws javax.jcr.RepositoryException
Gets the node path.

Returns:
the node path
Throws:
javax.jcr.RepositoryException - the repository exception

getNode

public javax.jcr.Node getNode()
Gets the node.

Returns:
the node

setNode

public void setNode(javax.jcr.Node node)
Sets the node.

Parameters:
node - the new node

getDeep

public int getDeep()
Gets the deep.

Returns:
the deep

setDeep

public void setDeep(int deep)
Sets the deep.

Parameters:
deep - the new deep

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getWorkSpaceName

public java.lang.String getWorkSpaceName()
Gets the work space name.

Returns:
the work space name

setWorkSpaceName

public void setWorkSpaceName(java.lang.String workSpaceName)
Sets the work space name.

Parameters:
workSpaceName - the new work space name

getTreePath

public java.lang.String getTreePath()
Gets the tree path.

Returns:
the tree path

setTreePath

public void setTreePath(java.lang.String treePath)
Sets the tree path.

Parameters:
treePath - the new tree path


Copyright © 2010 eXo Platform SAS. All Rights Reserved.