org.opencms.workplace.tools
Class CmsToolUserData

java.lang.Object
  extended by org.opencms.workplace.tools.CmsToolUserData

public class CmsToolUserData
extends Object

Store for some administration view parameters, for each user, used by the CmsToolManager.

Since:
6.0.0
Version:
$Revision: 1.9 $
Author:
Michael Moossen

Constructor Summary
CmsToolUserData()
          Default Constructor.
 
Method Summary
 String getCurrentToolPath()
          Returns the current tool path.
 String getRootTool()
          Returns the root tool.
 void setCurrentToolPath(String currentToolPath)
          Sets the current tool path.
 void setRootTool(String rootTool)
          Sets the root tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsToolUserData

public CmsToolUserData()
Default Constructor.

Method Detail

getCurrentToolPath

public String getCurrentToolPath()
Returns the current tool path.

Returns:
the current tool path

getRootTool

public String getRootTool()
Returns the root tool.

Returns:
the root tool

setCurrentToolPath

public void setCurrentToolPath(String currentToolPath)
Sets the current tool path.

Parameters:
currentToolPath - the current tool path to set

setRootTool

public void setRootTool(String rootTool)
Sets the root tool.

Parameters:
rootTool - the root tool to set