org.opencms.workplace
Class CmsWorkplaceUserInfoBlock

java.lang.Object
  extended by org.opencms.workplace.CmsWorkplaceUserInfoBlock

public final class CmsWorkplaceUserInfoBlock
extends java.lang.Object

Represents an user additional information block.

Since:
6.5.6
Version:
$Revision: 1.6 $
Author:
Michael Moossen

Constructor Summary
CmsWorkplaceUserInfoBlock()
          Default constructor.
 
Method Summary
 void addEntry(java.lang.String key, java.lang.String type, java.lang.String widget, java.lang.String params, java.lang.String optional)
          Creates a new entry.
 java.util.List getEntries()
          Returns a list of all configured additional information entries.
 java.lang.String getTitle()
          Returns the title.
 void setTitle(java.lang.String title)
          Sets the title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsWorkplaceUserInfoBlock

public CmsWorkplaceUserInfoBlock()
Default constructor.

Method Detail

addEntry

public void addEntry(java.lang.String key,
                     java.lang.String type,
                     java.lang.String widget,
                     java.lang.String params,
                     java.lang.String optional)
Creates a new entry.

Parameters:
key - the additional information key
type - the class name of the stored data type
widget - the widget class name
params - the widget parameters
optional - if optional

getEntries

public java.util.List getEntries()
Returns a list of all configured additional information entries.

Returns:
a list of CmsWorkplaceUserInfoEntry objects

getTitle

public java.lang.String getTitle()
Returns the title.

Returns:
the title

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - the title to set