Group
constructor()
Default constructor
constructor(id: String, name: String, logo: String, creationDate: Long, author: PandoroUser, description: String, groupMembers: ArrayList<GroupMember>, projects: ArrayList<Project>)
Constructor to init a Group object
Parameters
id
identifier of the group
name
name of the group
logo
the logo of the group
creationDate
when the project has been created
author
the author of the group
description
the description of the group
groupMembers
the list of the groupMembers of the group
projects
the list of the projects managed by the group