public class CmsGroupContainer extends CmsContainerElement
CLASS_CONTAINER_ELEMENT_END_MARKER, CLASS_CONTAINER_ELEMENT_START_MARKER, CLASS_ELEMENT_ERROR, CLASS_GROUP_CONTAINER_ELEMENT_MARKER, GROUP_CONTAINER_TYPE_NAME, INHERIT_CONTAINER_TYPE_NAME| 构造器和说明 |
|---|
CmsGroupContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getDescription()
Returns the group-container description.
|
java.util.List<CmsContainerElement> |
getElements()
Returns the list of the contained elements id's.
|
java.lang.String |
getTitle()
Returns the group-container title.
|
java.util.Set<java.lang.String> |
getTypes()
Returns the container types.
|
void |
setDescription(java.lang.String description)
Sets the group-container description.
|
void |
setElements(java.util.List<CmsContainerElement> elements)
Sets the elements contained in this container.
|
void |
setTitle(java.lang.String title)
Sets the group-container title.
|
void |
setTypes(java.util.Set<java.lang.String> types)
Sets the types.
|
getClientId, getInheritanceInfo, getNoEditReason, getResourceType, getSitePath, hasSettings, hasViewPermission, hasWritePermission, isGroupContainer, isInheritContainer, isNew, isNewEditorDisabled, isReleasedAndNotExpired, setClientId, setHasSettings, setInheritanceInfo, setNew, setNewEditorDisabled, setNoEditReason, setReleasedAndNotExpired, setResourceType, setSitePath, setViewPermission, setWritePermissionpublic java.lang.String getDescription()
public java.util.List<CmsContainerElement> getElements()
public java.lang.String getTitle()
public java.util.Set<java.lang.String> getTypes()
public void setDescription(java.lang.String description)
description - the group-container description to setpublic void setElements(java.util.List<CmsContainerElement> elements)
elements - the elementspublic void setTitle(java.lang.String title)
title - the group-container title to setpublic void setTypes(java.util.Set<java.lang.String> types)
types - the types to set