|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.xml.containerpage.CmsGroupContainerBean
public class CmsGroupContainerBean
A group container.
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 |
---|
public CmsGroupContainerBean(String title, String description, List<CmsContainerElementBean> elements, Set<String> types)
title
- the group container titledescription
- the group container descriptionelements
- the group container elementstypes
- the supported container typesMethod Detail |
---|
public String getDescription()
public List<CmsContainerElementBean> getElements()
public String getTitle()
public Set<String> getTypes()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |