org.opencms.xml.containerpage
Class CmsGroupContainerBean

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

public class CmsGroupContainerBean
extends Object

A group container.

Since:
8.0.0

Constructor Summary
CmsGroupContainerBean(String title, String description, List<CmsContainerElementBean> elements, Set<String> types)
          Creates a new group container bean.
 
Method Summary
 String getDescription()
          Returns the description.
 List<CmsContainerElementBean> getElements()
          Returns the elements.
 String getTitle()
          Returns the title.
 Set<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(String title,
                             String description,
                             List<CmsContainerElementBean> elements,
                             Set<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 String getDescription()
Returns the description.

Returns:
the description

getElements

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

Returns:
the elements

getTitle

public String getTitle()
Returns the title.

Returns:
the title

getTypes

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

Returns:
the types