Class GroupDocument

    • Constructor Detail

      • GroupDocument

        public GroupDocument()
    • Method Detail

      • getGroups

        public java.util.List<Group> getGroups()
        Gets the document groups.
        Returns:
        the groups
        See Also:
        Group
      • setGroups

        public void setGroups​(java.util.List<Group> groups)
        Sets the document groups.
        Parameters:
        groups - the new groups
        See Also:
        Group