Package org.opencms.xml.containerpage
Class CmsGroupContainerBean
java.lang.Object
org.opencms.xml.containerpage.CmsGroupContainerBean
A group container.
- Since:
- 8.0.0
-
Constructor Summary
ConstructorDescriptionCmsGroupContainerBean
(String title, String description, List<CmsContainerElementBean> elements, Set<String> types) Creates a new group container bean. -
Method Summary
-
Constructor Details
-
CmsGroupContainerBean
public CmsGroupContainerBean(String title, String description, List<CmsContainerElementBean> elements, Set<String> types) Creates a new group container bean.- Parameters:
title
- the group container titledescription
- the group container descriptionelements
- the group container elementstypes
- the supported container types
-
-
Method Details
-
getDescription
Returns the description.- Returns:
- the description
-
getElements
Returns the elements.- Returns:
- the elements
-
getTitle
Returns the title.- Returns:
- the title
-
getTypes
Returns the types.- Returns:
- the types
-