Class CmsGroupContainer

    • Method Detail

      • getDescription

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

        Returns:
        the group-container description
      • getElements

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

        Returns:
        the list of the contained elements id's
      • 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
      • setTypes

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

        Parameters:
        types - the types to set