org.opencms.ade.containerpage.shared
Class CmsGroupContainer

java.lang.Object
  extended by org.opencms.ade.containerpage.shared.CmsContainerElement
      extended by org.opencms.ade.containerpage.shared.CmsGroupContainer
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsGroupContainer
extends CmsContainerElement

Group container bean.

Since:
8.0.0

Field Summary
 
Fields inherited from class org.opencms.ade.containerpage.shared.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
 
Constructor Summary
CmsGroupContainer()
           
 
Method Summary
 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.
 
Methods inherited from class org.opencms.ade.containerpage.shared.CmsContainerElement
getClientId, getInheritanceInfo, getNoEditReason, getResourceType, getSitePath, hasSettings, hasViewPermission, hasWritePermission, isGroupContainer, isInheritContainer, isNew, isNewEditorDisabled, isReleasedAndNotExpired, setClientId, setHasSettings, setInheritanceInfo, setNew, setNewEditorDisabled, setNoEditReason, setReleasedAndNotExpired, setResourceType, setSitePath, setViewPermission, setWritePermission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsGroupContainer

public CmsGroupContainer()
Method Detail

getDescription

public java.lang.String getDescription()
Returns the group-container description.

Returns:
the group-container description

getElements

public java.util.List<CmsContainerElement> getElements()
Returns the list of the contained elements id's.

Returns:
the list of the contained elements id's

getTitle

public java.lang.String getTitle()
Returns the group-container title.

Returns:
the group-container title

getTypes

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

Returns:
the container types

setDescription

public void setDescription(java.lang.String description)
Sets the group-container description.

Parameters:
description - the group-container description to set

setElements

public void setElements(java.util.List<CmsContainerElement> elements)
Sets the elements contained in this container.

Parameters:
elements - the elements

setTitle

public void setTitle(java.lang.String title)
Sets the group-container title.

Parameters:
title - the group-container title to set

setTypes

public void setTypes(java.util.Set<java.lang.String> types)
Sets the types.

Parameters:
types - the types to set