Class CmsGroupContainerBean

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsGroupContainerBean​(java.lang.String title, java.lang.String description, java.util.List<CmsContainerElementBean> elements, java.util.Set<java.lang.String> types)
      Creates a new group container bean.
    • Constructor Detail

      • CmsGroupContainerBean

        public CmsGroupContainerBean​(java.lang.String title,
                                     java.lang.String description,
                                     java.util.List<CmsContainerElementBean> elements,
                                     java.util.Set<java.lang.String> types)
        Creates a new group container bean.

        Parameters:
        title - the group container title
        description - the group container description
        elements - the group container elements
        types - the supported container types
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the description.

        Returns:
        the description
      • getTitle

        public java.lang.String getTitle()
        Returns the title.

        Returns:
        the title
      • getTypes

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

        Returns:
        the types