org.opencms.xml.containerpage
Class CmsGroupContainerBean

java.lang.Object
  extended by org.opencms.xml.containerpage.CmsGroupContainerBean

public class CmsGroupContainerBean
extends java.lang.Object

A group container.

Since:
8.0.0

Constructor Summary
CmsGroupContainerBean(java.lang.String title, java.lang.String description, java.util.List<CmsContainerElementBean> elements, java.util.Set<java.lang.String> types)
          Creates a new group container bean.
 
Method Summary
 java.lang.String getDescription()
          Returns the description.
 java.util.List<CmsContainerElementBean> getElements()
          Returns the elements.
 java.lang.String getTitle()
          Returns the title.
 java.util.Set<java.lang.String> getTypes()
          Returns the types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsGroupContainerBean

public CmsGroupContainerBean(java.lang.String title,
                             java.lang.String description,
                             java.util.List<CmsContainerElementBean> elements,
                             java.util.Set<java.lang.String> types)
Creates a new group container bean.

Parameters:
title - the group container title
description - the group container description
elements - the group container elements
types - the supported container types
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
the description

getElements

public java.util.List<CmsContainerElementBean> getElements()
Returns the elements.

Returns:
the elements

getTitle

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

Returns:
the title

getTypes

public java.util.Set<java.lang.String> getTypes()
Returns the types.

Returns:
the types