uPortal 2.4.1
API Documentation

org.jasig.portal.layout
Class UserLayoutFolder

java.lang.Object
  extended byorg.jasig.portal.layout.UserLayoutNode
      extended byorg.jasig.portal.layout.UserLayoutFolder

public class UserLayoutFolder
extends UserLayoutNode

UserLayoutFolder summary decription sentence goes here.

Version:
1.1
Author:
Michael Ivanov

Constructor Summary
UserLayoutFolder()
           
UserLayoutFolder(IUserLayoutNodeDescription nd)
           
 
Method Summary
 java.lang.String getFirstChildNodeId()
          Gets the first child node ID
 void setFirstChildNodeId(java.lang.String nodeId)
          Sets the first child node ID
 
Methods inherited from class org.jasig.portal.layout.UserLayoutNode
addRestriction, getDepth, getGroupName, getId, getNextNodeId, getNodeDescription, getParentNodeId, getPreviousNodeId, getPriority, getRestrictions, setDepth, setGroupName, setNextNodeId, setNodeDescription, setParentNodeId, setPreviousNodeId, setPriority, setRestrictions
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserLayoutFolder

public UserLayoutFolder()

UserLayoutFolder

public UserLayoutFolder(IUserLayoutNodeDescription nd)
Method Detail

setFirstChildNodeId

public void setFirstChildNodeId(java.lang.String nodeId)
Sets the first child node ID

Parameters:
nodeId - a String first child node ID

getFirstChildNodeId

public java.lang.String getFirstChildNodeId()
Gets the first child node ID

Returns:
a first child node ID

uPortal 2.4.1
API Documentation