com.deltalearn.rte.webservice.data
Interface ITreeNode


public interface ITreeNode

A node represents an organization or an item found in a Manifest.

Version:
0.1

Method Summary
 ITreeNode[] getChildren()
          Returns the children items of this node.
 java.lang.String getId()
          Returns the id of this node.
 java.lang.String getTitle()
          Returns the title of this node.
 

Method Detail

getId

java.lang.String getId()
Returns the id of this node. This is also the id of the sco associated to this node.

Returns:
the id of this node

getTitle

java.lang.String getTitle()
Returns the title of this node.

Returns:
the title of this node

getChildren

ITreeNode[] getChildren()
Returns the children items of this node.

Returns:
the children items of this node